body{background-image: url(dapsth.jpg);
}
*{ margin: 0;
padding: 0;}



.menu{position: fixed;
width:80%;
height:70px;
color: darkblue;
font-family: arial; 


}
.menu ul{
list-style: none;
position: fixed;
}
.menu1{display: flex;
flex-direction: row;
justify-content: center;

}
.menu  li a{
padding: 25px;
display: block;
text-decoration: none;
text-align: center;
background-color: dodgerblue;
color:black;

} 

.menu ul ul {
position: absolute;
visibility: hidden;
 
}
.menu ul li:hover ul{  
visibility: visible

}
.menu a:hover {
 background-color: lightgoldenrodyellow;
color: red;
}
.menu ul li{ width: 255px;
float: left;}
.menu ul ul{  
position: static;
overflow: hidden;
max-height: 0;

     }
.menu ul li:hover ul{
transition: 1s;
height: auto;
max-height: 420px;

}
p{color: aliceblue;
font-size: 20px;
}
.icon{
    margin: 0 200px;
    margin-top: -100px;
}

.linha{
        width: 875px;
        height: 5px;
        border-radius: 8px;
        background-color: white;
    }
    .linha1{
        width: 675px;
        height: 5px;
        border-radius: 8px;
        background-color: white;
    }
    .w3-center{
        color: aliceblue;
font-size: 50px;
    }
    .links{
        font-size: 20px;
        color: aqua;
    }
    .titulo {
        margin-top: 100px;
        background-color: blue;
        width: 170px;
        
        border-radius: 8px;
    }
    h2{margin: 10px;
        color: skyblue;
            font-size:45px;
    }
    .margem{
        margin: 0px 5px;
    }
    .margem1{
        margin: 0px 237px;
        
    }
    .rodape {
        border: solid 2px;
        background-color: dodgerblue;
        height: 90px;
        width: 99.2%;
        /* top: 1700px; */
        bottom: -20xp;
        position: absolute;
        box-shadow: 0 0 5px black;
        padding: 5px;
        color: rgb(0, 0, 0);
    }
    .h1-credits{
        color: black;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        bottom: 45;
        left: 300px;
    }
    .p-credits{
        color: black;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        bottom: 25;
        left: 275px;
    }
    .p-name{
        color: black;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        bottom: 60;
        left: 630;
    }
    .p-endereÃ§o{
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: black;
        bottom: 40;
        left: 630;
    }
    .p-email{
        color: black;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        bottom: 20;
        left: 630;
    }
    .logo-trio{
        border: solid 2px;
        color: black;
        position: absolute;
        bottom: 3;
        left: 520px;
        height: 90px;
        width: 90px;
    }
    .felipe_gmail{
        color: black;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        bottom: 71;
        left: 1000;
    }
    .miguel_gmail{
        color: black;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        bottom: 51;
        left: 1000;
    }
    .diogo_gmail{
        color: black;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        bottom: 31;
        left: 1000;
    }
    .vinicius_gmail{
        color: black;
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        bottom: 11;
        left: 1000;
    }