body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #00aaff, #0077cc);
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 64px;
    font-family: 'Pacifico', cursive;
    color: #fffbe6;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

p {
    font-size: 24px;
    margin: 10px 0;
}