html {
  background-image: linear-gradient(-45deg, teal, rgb(197, 168, 197));
}
div {
  text-align: center;
  margin-top: 200px;
}

h2,
h3 {
  font-family: monospace;
  color: white;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
.mlh {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 400px;
  height: auto;
}

a:hover {
  color: rgb(178, 202, 43);
}

a {
  color: pink;
  text-decoration: none;
}
