h1 {
font-size: 60px;
color: white;
}

p {
font-size: 30px;
color: white;
}

body {
background: linear-gradient(to bottom, #66ffff 0%, #ff33cc 60%)}

button {
color: seagreen;
}
