body {
    background-color: #f0f8ff;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #333;
    text-align: center;
}

h1 {
    color: #5a9;
    font-size: 2.5rem;
    text-shadow: 2px 2px #8af;
}

p {
    font-size: 1.2rem;
    line-height: 1.6;
}

a {
    color: #8a2be2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

button:hover {
    background-color: #45a049;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
}