button {
    font-size: 24pt;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    border-radius: 8px;
    background-color: #00AAFF;
    color: #EEEE00;
    box-shadow: 2px 4px 4px #000;
    
}

div {
    text-align: center;
}

button:hover {
    cursor: progress;
    transition-duration: .5s;
    background-color: darkblue;
}