body{
    font-family: Arial, Helvetica, sans-serif;
    
    text-align: center;
    color: black;
}
.container{
    color: white;
    top: 50%;
    left: 50%;
    width: 50%;
    background-color: #030300a1;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 50px;
}
.botoes{
    background-color: #C00112;
    color: #fff;
    border: none;
    padding: 1em;
    border-radius: 10px;
    box-shadow: 1px 1px 6px black;
    cursor: pointer;
}
button:hover{
    background-color: #f0cd6d;
    color: black;
}
.final-step,
.second-step{
    display: none;
}
input{
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
}
#resultado{
    font-size: 18px;
}

