#buttonContainer {
    position: absolute;
    bottom: 1%;
    left: 50%;
    margin-left: -20%;
    width: 40%;
    text-align: center;
}

.button {
    width: 15%;
    cursor: pointer;
    margin: 0% 0.2%;
}