#footer{
    background-color: #2c3e50;
}
#header{
    background-color: #2c3e50;
}

#mainHeader0{
    display: none;
}

#mainHeader1{
    display: none;
}
#mainHeader2{
    display: none;
}
#mainHeader3{
    display: none;
}

#text0{
    display: none;
}

#text1{
    display: none;
}

#text2{
    display: none;
}

#text3{
    display: none;
}

body{
   scroll-behavior: smooth;
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

#header a:hover{
    color: #198754 !important;
}

.col-sm-3 a{
    color: aliceblue;
}
.col-sm-3 a:hover{
    color: rgb(27, 1, 121);
}

@media screen and (max-width: 768px) {
   p {
        margin-left: 5px;
        overflow-x: hidden;
    }

}

@media screen and (max-width: 500px) {
    img {
        width: 350px;
        height: 350px;
     }
 
 }
