body{
    margin:0px;
    padding:0px;
}

.main-color {
    background-color: #A52A2A;
}

.text-color {
    color: #29A6A6;
}

.img {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.cut-img {
    background-image:url("/VideoCutterStatic/images/Cut.png");
}

.delete-img {
    background-image: url("/VideoCutterStatic/images/Delete.png");
}

.download-img {
    background-image: url("/VideoCutterStatic/images/Download.png");
}

.about-head {
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
    padding-bottom: 5px;
    color: #29A6A6;
    border-bottom: 1px solid #29A6A6;
}

.about-text {
    font-size: 20px;
    color: #29A6A6;
    line-height: 30px;
}

    .about-text > a {
        color: blue;
    }

.about-main-cont {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    margin-top: 100px
}

#about-body {
    background-color: lightgoldenrodyellow;
}