h1 {
  font-size: 100px;
  color: red;
}

body {
  background-color: tan;
  text-align: center;
}

.blue {
  color: blue;
}

.orange {
  color: orange;
}

.red {
  color: red;
}

p {
  font-size: 50px;
}

a {
  font-size: 25px;
}
a:visited {
  color: green;
}
a:hover {
  color: yellow;
}
