body {
    font-family: Arial, sans-serif;
    margin: 40px;
}

h1 {
    margin-bottom: 20px;
}

button {
    padding: 10px 15px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #0056b3;
}

ul {
    line-height: 1.8;
}
