html{
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #454e4f;
}
body{
    background-color: #F1E9E9;
    background-repeat: no-repeat;
    background-size:90%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

h1{
    text-align: center;
    background-color: #EEA69A;
}

fieldset{
    margin: 0;
    
}
label{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.botao1{
    width:max-content;
    margin: auto;
    background-color: rgb(172, 116, 123);
    color: white;
    cursor: pointer;
    
    
}
.botao2{
    width: fit-content;
    margin: auto;
    background-color: rgb(172, 116, 123);
    color: white;
    cursor: pointer;
    
}
@media screen and (max-width: 400px) {
   form {
    width: 100%;
    display: block;
   }
}