.Controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.Controls button {
    display: inline-block;
    background-color: inherit;
    color: black;
    border: none;
    padding: 15px 32px;
    text-align: center;
    font-size: 22px;
    outline: none;
    font-weight: bold;
    cursor: pointer;
}