body {
    background-color: #f0f8ff;
    color: #333;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
    color: #4b0082;
    font-size: 2.5em;
    text-align: center;
}

p {
    line-height: 1.6;
    margin: 10px auto;
    width: 80%;
} 

a {
    color: #1e90ff;
    text-decoration: none;
}

a:hover {
    color: #ff4500;
}

button {
    background-color: #32cd32;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

button:hover {
    background-color: #228b22;
}