body{
    min-height: 90vh;
}
.container{
min-height: 100%;
height: 100vh;
min-width: 100%;
background-color: #eaeaea;
display: none;
flex-direction: row;
justify-content: center;
align-items: center;
}
#id{
    display: none !important;
}
.buttons{
height: 47%;
width: 90%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.part1, .part2{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.btn{
    display: flex;
    float: left;
    background: #4954ff;
    color: white;
    height: 52px;
    width: 153px;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    text-decoration: no;
    cursor: pointer;
}
#status{
    display: none;
}
.oculto{
    display: none;
}