header{
background-color: #000000;
height: 11vh;
box-shadow: 2px 2px 5px 5px rgba(29, 41, 25, 0.137);
}
nav{
display: flex;
align-items: center;
}
*{
margin: 0 auto;
}
header, nav, main, footer{
width: auto;
padding: 10px 20px;
box-sizing: border-box;
}
.sticky {
padding: 10px;
text-align: right;
position: sticky;
top: 0; 
z-index: 100; 
height: 10vh;
}
.logos{
display: flex;
justify-content: space-between;
margin-left: 25px;
}
.logo{
width: 45px;
height: 45px;
}
.evergane{
color: #7FFF00;
font-weight: 1000;
font-size: 180%;
padding: 5px;
}
nav a#sobre-button{
background-color: #7FFF00;
color: #000000;
}
nav a#sobre-button:hover{
border: 1px solid #7FFF00;
background-color: transparent;
color: #7FFF00;
}
nav a#login-button{
color: blue;
background-color: #00c3ff2d;
border: 1px solid blue;
}
nav a#login-button:hover{
color: white;
background-color: blue;
border: 2px solid rgb(78, 78, 255);
}
nav{
margin-top: -5px;
margin-bottom: 8px;
}
nav a{
color: #7FFF00;
text-decoration: none;
font-size: 75%;
font-weight: 900;
padding: 5px;
margin-inline: 15px;
text-transform: uppercase;
}
nav a:hover{
background-color: #7FFF00;
color: black;
}
/* SUPORTE */
.suporte{
height: 1700px;
width: auto;
padding: 10px 30px;
box-sizing: border-box;
background-color: #7FFF00;
}
.suporte h1{
font-size: 400%;
font-weight: bolder;
margin-top: 40px;
text-align: center;
margin-bottom: 58px;
}
.suporte h3, .suporte p{
font-size: medium;
}
.suporte h2{
font-size: 30px;
margin-left: 70px;
color: #000000;
font-weight: bolder;
}
.perguntas-suporte{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px;
}
.perguntas{
width: 42%;
padding: 10px;
border: 1px solid #000000;
margin-bottom: 10px;
}
.perguntas h3{
font-size: 23px;
font-weight: bolder;
margin-bottom: 15px;
}
.perguntas p{
font-size: medium;
font-style: Courier New, monospace;
}
/*FORM*/
.form-suporte h1{
text-align: center;
margin-top: 70px;
margin-bottom: 0;
font-size: 50px;
}
.form-suporte label, .form-suporte p{
text-align: center;
font-size: large;
font-weight: bold;
}
.form-suporte p{
margin-bottom: 20px;
}
.form-suporte, .form-suporte h2{
align-content: center;
padding: 20px 360px;
}
.boxx{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: auto;
}
.form-suporte input, textarea, .subtn{
border: 2px solid #000000;
margin: 0 auto; 
width: 80%;
padding: 15px;
background-color: transparent;
}
.form-suporte button{
margin-top: -50px;
width: 85%;
margin-top: -20px;
padding: 8px 5px;
border: 2px solid black;
color: black;
text-decoration: none;
background-color: #7FFF00;
font-size: medium;
font-weight: bold;
}
.form-suporte button:hover{
color: #7FFF00;
background-color: #000000;
}
/*FOOTER*/
.footer{
background-color: #000000;
color: #7FFF00;
display: flex;
align-items: center;
justify-content: space-between;
padding: 2px;
font-size: large;
font-weight: 900;
height: 80px;
}
footer a{
text-decoration: none;
}
.icons{
display: flex;
justify-items: left;
gap: 20px;
}
.footer-text {
text-align: right;
}