h1{
  font-size: 3rem;
  color: inherit;
}
h2{
  font-size: 2rem;
}
h3{
  font-size: 1rem;
}
a:hover{
  text-decoration: underline;
}