html, body {
    margin: 0;
    font-family: 'Ubuntu'
}

#buttons {
    position: absolute;
    display: flex;
    height: 200px;
    width: 100%;
    top: 50%;
    margin: -100px 0;
    justify-content: center;
    align-items: center;
}

.button {
    cursor: pointer;
    padding: 11px;
    font-weight: bold;
    user-select: none;
    background: #eeebe7;
}

.button:first-of-type {
    margin-right: 8px;
}

a, a:hover, a:visited, a:active {
    color: black;
    text-decoration: none;
}
