.normalButton {
    width: 20%;
    height: 40%;
    text-align: center;
    position: absolute;
    top: 26%;
    right: 40%;
    background-image: url('https://piskel-imgstore-b.appspot.com/img/dcf28814-c8f0-11ec-b0ab-e10fb2524492.gif');
    background-size: 25% 25%;
    color: darkred;
}

.normalButton:hover {
    color: darkgoldenrod;
    cursor: url('https://piskel-imgstore-b.appspot.com/img/a9b21efa-c8e2-11ec-be81-e10fb2524492.gif'), auto;
}

.aboutButton {
    width: 20%;
    height: 40%;
    text-align: center;
    position: absolute;
    top: 26%;
    right: 15%;
    background-image: url('https://piskel-imgstore-b.appspot.com/img/b9d0cf1e-c8f1-11ec-bb46-e10fb2524492.gif');
    background-size: 100% 100%;
    color: darkred;
}

.aboutButton:hover {
    color: darkgoldenrod;
    cursor: url('https://piskel-imgstore-b.appspot.com/img/a9b21efa-c8e2-11ec-be81-e10fb2524492.gif'), auto;
}

.otherButton {
    width: 20%;
    height: 40%;
    text-align: center;
    position: absolute;
    top: 26%;
    right: 65%;
    background-image: url('https://piskel-imgstore-b.appspot.com/img/8fab611c-fce5-11ec-a887-b18458d1de00.gif');
    background-size: 100% 100%;
    color: darkred;
}

.otherButton:hover {
    color: darkgoldenrod;
    cursor: url('https://piskel-imgstore-b.appspot.com/img/a9b21efa-c8e2-11ec-be81-e10fb2524492.gif'), auto;
}