/* Change background color */
body {
  background-color: #1e80f0;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* Headings */
h1 {
  color: #f7df0a;
  font-size: 48px;
}

/* Paragraphs */
p {
  color: #333;
  font-size: 18px;
}