header{
    background-color: #0D8C1A;
    color: white;
    height: auto;
}

nav{
    background-color:#73DE74;
}

.nav-link{
    color:#072E5A;
    font-weight: bold;
}

.dropdown-menu{
    background-color: #085f0bf1;
}

.dropdown-menu >li >a{
    color: white;
    font-weight: bold;
}

body{
    background-image: url('../media/underwater.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-blend-mode: screen;
    background-color: #34c2ffa2;
}

footer{
    background-color: #044106b4;
    color: rgb(7, 7, 6);
}

footer a{
    color:rgb(255, 51, 51);
}

.info{
    background-color: #016509;
    color: white;
    border-radius: 5px;
}