body, html {
  height: 100%;
  width: 100%;
  font-family: 'Arial Black', sans-serif;
  background-color: #3E3F5B;
}

.container {
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.container h1 {
  color: #F3C623;
  font-size: 8rem;
  margin: 0;
}

.container h2 {
  color: #F3C623;
  font-size: 4rem;
  margin: 0;
}

.name-link {
  text-decoration: none;
  color: inherit;
}

.name-link:hover {
  text-decoration: none;
  color: inherit;
}
