body{
    background: url('/websiteSABG.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

.logo{
    max-width: 30%;
}


p{
    color:#00535d;
    font-weight: 500;
    font-size:20px;
}

a{
    color:#00818f;
    text-decoration: none;
}

a:hover{
    color:#00454d;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .logo{
        max-width: 50%;
    }
}
