h2{
    text-align: center;
    padding-top: 40px;
}

div{
    text-align: center;
    background-color: rgb(127, 127, 127);
    border: 2px solid black;
    padding: 50px;
    margin: auto;
    width: 75%;
}

button{
    font-size: large;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
}

h1{
    font-size: 55px;
}

#minus{
    background-color: rgb(168, 42, 0);
}

#minus:hover{
    background-color: red;
}

#plus{
    background-color: rgb(70, 155, 50);
}
#plus:hover{
    background-color: rgb(0, 255, 0);
}

#stop-minus, #stop-plus{
    background-color: rgb(0, 136, 255);
}
