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;

}
        .passo1{
            background-color: rgb(250, 20, 20);
                width: 600px;
                border-radius: 8px;
        }
        .passo2{
            background-color: rgb(143, 143, 143);
                width: 600px;
                border-radius: 8px;
        }
        .titulo {background-color: blue;
                width: 275px;
                border-radius: 8px;
                margin-top: 100px;

        }
        .titulo1 {background-color: blue;
            width: 120px;
            border-radius: 8px;
            margin-top: 100px;

    }
        
        .img1{
            height: 300px;
            width: 300px;
            background-image: url("cubo3x3x3.png");
            background-repeat: no-repeat;
            background-size: cover;
                     
        }
        p1{
            font-size: 17px;
                color: aliceblue;
        }
        
        
        h1{
            color: rgb(0, 0, 0);
            font-size: 25px;
        }
        h2{
            color: skyblue;
                font-size:45px;
        }
        h3{color: black;
            font-size: 20px;
            
        }
        .icon{
            
            margin: 0 200px;
            margin-top: -100px;
        }
        .links{
        font-size: 20px;
        color: aqua;
    }
    p{color: aliceblue;
font-size: 20px;
}
.linha{
    width: 675px;
    height: 5px;
    border-radius: 8px;
    background-color: white;
}
.linha1{
    width: 600px;
    height: 5px;
    border-radius: 8px;
    background-color: white;
}
.Cubos{
    border: solid 2px lightblue;
        width: 200px;
        border-radius: 8px;
}
.Cubos1{
    border: solid 2px lightblue;
        width: 800px;
        border-radius: 8px;
}
.organiza{
    width: 600px;
}
.margem{margin: 0 5px;
}
 .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);
   }

 .rodape1 {
        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;
}