.closeButton {
    position: fixed;
    top: 10px;
    right: 10px;
}
.leftButton {
    position: fixed;
    top: 50%;
    left: 10px;
    transform: translate(0%,-50%);
}
.rightButton {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translate(0%,-50%);
}
.moreButton {
    display: block;
    margin: auto;
}
