body {
    background: radial-gradient(ellipse, yellow, orange);
}
h1 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

form {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}