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



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

.buttons img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
