body {
    background-color: rgb(207, 173, 173);
}

#buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
}

.button {
    cursor: pointer;
}

.disclaimer {
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}