/* style class for elements that should be centered */
.centralized {
    display: block;
    margin: 0 auto; 
}

/* style class for the click here! button */
.clickbutton {
    color: black;
    background-color: white;
    font-size: 50px;
    display: block;
    margin: 0 auto;
}

/* style class for the store buttons */
.strbtns {
    color: black;
    background-color: white;
    font-size: 25px;
    display: block;
    margin: 0 auto;
}