.actButtons {
    display: flex;
    width: 100%;
    height: 80%;
    justify-content: center;
    align-items: center;
}
.actButtons div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.actButtons div button {
    margin: 0;
    padding: 2rem;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    transition: font-size 0.1s;
}
.actButtons div button:hover {
    font-size: 2.8rem;
}