@media only screen and (max-width: 500px) {
button {
    width: 90%;
    height: 6vh;
    font-size: 2em;
    margin: 5px;
}
}