#nav1 {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    cursor: pointer;
    font-family: 'Courier New';
    list-style: none;
    
}
#nav2 {
    border: 1px solid;
    border-color: aliceblue;
    border-radius: 10px;
    padding: 10px;
    background-color: snow;
    
}
#nav2 a {
    text-decoration: none;
    
}
header {
    background-color: rgb(8, 51, 63);
    padding: 10px;
    border-radius: 10px;
    max-height: 10px;
}

body {
    margin: 20px;
    background-color: rgb(211, 210, 210);
    color: white;
    top: -40px;
}

#icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: both;
    cursor: pointer;
}

#foto-perfil {
    border-radius: 50%;
    border: 5px solid rgba(7, 126, 131, 0.356);
    width: 150px;
   
    
}
#corpo {
    text-align: center;
    margin-top: 50px;
    height: 570px;
    width: 300px;
    border-radius: 10px;
    margin-left: 40%;
    background-color: rgb(10, 55, 67);
    border: 5px solid rgba(10, 42, 51, 0.218);
    box-shadow: 0 0 10px rgb(44, 44, 44);
    z-index: index 1;
}
#rsociais {
    display: flex;
    width: 20%;
    justify-content: center;
    margin-left: 40%;
    border: 5px solid  rgb(10, 55, 67) ;
    background-color: rgb(10, 55, 67);
    border-radius: 10px;
    gap: 40px;
    max-width: 300px;
    margin-top: 10px;
}
#rsociais li {
    list-style: none;
}
.texto {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    margin: 20px;
    font-size: 15px;
    
}
#banner1 {
    width: 100%;
    height: 400px;
    background-color: rgb(10, 55, 67);
    background-size: fill;
    position:fixed;
    z-index: -2;
    left: 0;
    top: 0;

}
#banner2 {
    width: 100%;
    height: 450px;
    background-color:#f7e7d1;
    background-size: fill;
    position:fixed;
    z-index: -1;
    left: 0;
    bottom: 0px;
    

}
form {
    margin-top: 50px;
    text-align: center;
}
input
 {
    border-radius: 5px;
    padding: 3px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: start;
    width: 250px;
    height: 30px;
}

input[type="submit"] {
    margin-top: 30px;
    width: 100px;
    cursor: pointer;
    animation: both;;
}