h1 {
  border: 10px dotted white;
  font-weight: bold;
  font-size: 35px;
  text-decoration: underline;
  background-color: #ff6666;
}
h2 {
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline overline;
}
