body {
    background-color: rgb(31, 33, 36);
}

#res {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 95%;
    height: 3vh;
    background-color: rgb(78, 180, 75);
}

div button {
    width: 90px;
    height: 35px;
}
