body {
  font-family: "Mont";
  color: #333;
}

h1 {
  font-size: 3.5em;
  text-shadow: 2.5px 2.5px lightgray;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
}


.link {
  text-decoration: none;
  color: #333;
}

.link:hover {
  color: yellow;
}
