*{
    box-sizing: border-box;
}

#corpo{
    justify-self: center;
    width: 40%;
    height: 330px;
    margin-top: 150px;
    border: 1px solid black;
    background-color: blanchedalmond;
    
}

#tela{
    margin-top: 3px;
    margin-bottom: 10px;
    display: flex;
    justify-self: center;
    width: 98%;
    padding: 25px;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0px 1px 3px rgb(24, 24, 24);
    font-size: 16px;
    font-weight: bold;
    text-align: end;

}

.botão{
    padding: 10px;
    width: 21%;
    margin-top: 5px;
    box-shadow: 0px 1px 2.5px black;
}

.centraliza{
    justify-content: center;
    gap: 10px;
    display: flex;
    
}

@media (max-width: 600px) {

    #corpo{
        justify-self: center;
        width: 80%;
        height: 330px;
        margin-top: 150px;
        border: 1px solid black;
    }

}

.cores{
    background-color: orange;
    border: none;
    box-shadow: 0px 1px 3.3px rgb(0, 0, 0);
}