body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #e9c19e;
    background-color:black;
}

.logo img{
    max-width: 80%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: -0 auto;
    margin-bottom: 100xp;
}

header{
    
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

nav ul{
    list-style: none;
    padding: 15px;
}

nav ul li{
    display: inline;
    padding: 5px;
}

nav ul li a{
    text-decoration: none;
    height: auto;
    color: #e9c19e;
}

nav ul li a:hover{
    background-color: #313131;
    border-radius: 5px;
}

.texto{
    text-align: center;
    display: block;
    justify-content: center;
    margin: 25px 20px;
}

.texto h2{
    font-size: 50px;
    margin-top: 50px;
    text-align: center;
}

.texto p{
    font-size: 30px;
}

.imagens{
    margin: 0 10px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.imagens img{
    border-radius: 10px;
    gap:5px;
    padding: 5px;
    width: 400px;
    margin: 0 auto;
    
    height: 250px;
    display: flex;
    align-items: center;
}

.b-return{
    margin-top: 150px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    color:black;
    background-color: #e9c19e;
   padding: 15px 15px;
   border-radius: 5px;
   width: 100px;
   margin: 50px auto;
}

/*rodape*/
.linha{
    display: flex;
    border-width: 0;
    border-top-width: 0;
    height: 1px;
    background-color: #e9c19e;
    margin-bottom: -150px;
}

.rodape{
    height: 100px;
    margin-top: 150px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h4{
    font-size: 20px;   
}

.a1{
    color: #e9c19e;
    text-decoration: none;
}

.a1:hover{
    background-color: #313131;
    border-radius: 2px;
}

.bottons{
    padding-left: 10px;
width: 100px;
height: 100px;
}


.floating-btn{
    padding: 10px;
    bottom: 10px;
    z-index: 1000;
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    transition: transform 0.3s ease

}


.copy{
    margin-bottom: -250px;
}

