h1 {
  color: blue;
  font-size: 24px;
}

p {
  font-size: 16px;
}

blockquote {
    border-left: 3px solid darkgrey;
    width: 50%;
    padding: 10px;
    background-color: rgb(227, 227, 227);
}

.infobox {
  font-family: sans-serif;
  background-color: lightcyan;
  width: 50%
}

.infobox h5 {
  font-size: 10px;
}

.infobox p {
  font-size: 8px;
}

a {
  font-family: sans-serif;
  font-size: 12px;
}

a:link {
  color: blue;
}

a:hover {
  color: green;
  text-decoration: underline;
}

a:visited {
  color: lightgrey;
}

