#container {
font-size: xx-large;
}
.buttons-flex {
display: flex;
.button {
padding: 20px;
border: 1px solid #000;
cursor: pointer;
.button:active {
background-color: #888;