body {
    background-color: #b42b2b;
    font-family: Arial, sans-serif;
    text-align: center;
}

button {
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}
