@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps&family=Open+Sans&display=swap');
            
*{ 
    margin: 0 auto;
    padding: 0;
}

/* Menu Style */           
.menu a.Nome{
    font-weight: 100;
    padding: 5;
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 35px;
    color: #00ACFF;
    width: auto;
    height: 20px;
    text-align: center;
    position: relative;
    top: 0;
}
.menu a.Nome:hover{
    cursor: pointer;
    color: #00acff;
}
.menu ul{
    list-style: none;
    top: 0%;
    position: relative;
   
}           
.menu{
    width: 100%;
    height: 50px;
    background-color: rgb(37,37,39)	;
    color: black;
    font-family: arial;
    position: fixed;
    padding: 8px;
    z-index: 2;
    box-shadow: 0 0 5px black;
    font-weight: bold;
}           
.menu li a{
    padding: 13px;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: rgb(37,37,39);
    color: darkorange;
    width: 100px;
    height: 20px;
    font-size: 23px;
}           
.menu ul li:hover ul{
    visibility: visible;
}           
.menu ul li{
    width: 150px;
    float: left;
}           
.menu ul ul{
    position: static;
    overflow: hidden;
    max-height: 0;
}           
.menu a:hover{
    color: darkorange;
}          
.menu ul li:hover ul{
    height: auto;
    max-height: 350px;
}

/* Body Style */        
body{
    background-color: gainsboro;
} 
b{
    font-weight: bold;
}
h1{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
}            
.site-presentation{
    background-color: whitesmoke;
    top: 418px;
    position: absolute;
    width: 800px;
    height: 1350px;
    left: 30px;
    box-shadow: 0 0 6px black;
    padding: 30px;
    font-family: 'Poppins', sans-serif;
}           
.site-presentation .introduction{
    position: absolute;
    text-decoration-line: underline;
}
.barbara,.andre,.camila{
    font-family: 'Poppins', sans-serif;
    align-content: center;
    text-align: center;
    position: absolute;
    padding: 10px;
    background-color: whitesmoke;
    height: 230px;
    width: 300px;
    box-shadow: 0 0 6px black;
    right: 26px;
    border-radius: 40px;
}
.barbara{
    top: 740px;
}
.camila{
    top: 1030px;
}
.andre .name{
    position: relative;
    top: 10px;
    font-weight: bolder;
    font-size: 21px;
}
.barbara .name{
    position: relative;
    top: 10px;
    font-weight: bolder;
    font-size: 21px;
}
.camila .name{
    position: relative;
    top: 10px;
    font-weight: bolder;
    font-size: 21px;
}
.person{
    height: 100px;
    width: 100px;
    border-radius: 50px;
    border: 1px solid black;
}
.introduction-text{
    position: absolute;
    top: 80px;
    width: 800px;
    font-size: 18;
}
.game-list{
    position: absolute;
    top: 180;
    list-style: inside;
    font-size: 18;
    left: 70;
}
.game-list ul li{
    position: absolute;
    left: 40px;
    list-style: inside;
}
.final-text{
    position: absolute;
    top: 1300px;
    font-size: 18;
}
.insta-icon{
    position: absolute;
    height: 50px;
    width: 50px;
    top: 170px;
    left: 85px;
}
.facebook-icon{
    position: absolute;
    height: 50px;
    width: 50px;
    top: 170px;
    left: 185px;
}

.rodape{
    background-color: rgb(37,37,39);
    height: 80px;
    width: 99.2%;
    top: 1828px;
    position: absolute;
    box-shadow: 0 0 5px black;
    padding: 5px;
    color: darkorange;
}
.h1-credits{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    bottom: 45;
    left: 300px;
}
.p-credits{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    bottom: 25;
    left: 275px;
}
.p-name{
    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;
    bottom: 40;
    left: 630;
}
.p-email{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    bottom: 20;
    left: 630;
}
.logo-trio{
    position: absolute;
    bottom: 0;
    left: 520px;
    height: 90px;
    width: 90px;
}
.andre_gmail{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    bottom: 61;
    left: 1000;
}
.barbara_gmail{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    bottom: 41;
    left: 1000;
}
.camila_gmail{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    bottom: 21;
    left: 1000;
}
.logo-ti{
    position: absolute;
    bottom: 0;
    left: 1180px;
    height: 80px;
    width: 80px;
}