html {
  height: 100%;
  width: 100%;
}

body {
 background-color: white;
}

/* Centers and styles a heading */
h1 {
  text-align: center;
  font-family: Arial, sans-serif;
  color: green;
}

h2 {
  text-align: center;
  font-family: Arial, sans-serif;
  color: green;
}

/* Adds padding and a border to paragraphs */
p {
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
