.calculatorbody {
    text-align: center;
    background-color: gray;
    display:inline-block;
    max-width: 30vw;
    height: 40vw;
}
.answerbody {

    height: 4vw;
    width: 25vw;
    background-color: white;
    font-size: 2vw;
    text-align: right;
    margin: 5px;

}
.answer {
    height: 5vw;
    width: 25vw;
}
.button {
    width: 5vw;
    height: 5vw;
}
.answerinput {
    width: 26vw;
    height: 5vw;
    background-color: greenyellow;
}
.numbers {
    background-color: yellow;
}
.calculations {
    background-color: rgb(208, 107, 107);
}
.CE {
    background-color: brown;
}
.extracalculations {
    background-color: aquamarine;
}
input:active {
    background-color: black;
}
