body{
    font-family: Century Gothic, sans-serif;
}
.menu{
    font-weight: bold;
}
.footer{
    font-size: 0.7rem;
    color: #fff;
}
.footer h5{
    font-size: 0.8rem;
    text-decoration: underline dotted;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2rem;
}
.about-img{
    height: 500px;
    background-size: cover;
    background-image: url(../images/sdsbtc-front.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.about p{
    text-align: justify;
}