body {
  font-family: 'Montserrat', sans-serif;
  background-color: #303030;
  color: antiquewhite;
}

.container {
  display: grid;
  place-content: center;
  width: 100vw;
  height: 100vh;
}

a {
  color: yellow;
}

a:visited {
  color: orange;
}
