body {
    font-family: 'Arial', sans-serif;
}

button:hover {
    opacity: 0.9;
}

button:active {
    transform: scale(0.98);
}