button {
    font-family: "Itim", sans-serif;
    color: #a362db;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

button:hover {
    background-color: #CBF2FE;
}

#saveButton {
    bottom: 65px;
}

#restartButton {
    bottom: 10px;
}
