.buttons {
    display: flex;
    justify-content: center;
    background-color: rgba(55, 00, 88, .5);
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.buttonlabel {
    position: absolute;
    left: 30%;
    margin: 2px;
    color: white;
}
