body * {
  font-family: "fugueRegular";
  font-weight: 400;
  letter-spacing: 1px;
}

.background {
  margin: 0px;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.background .top-container {
  margin: 0;
}

.background .medium-container h2 {
  margin: 3rem auto 4rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: normal;
}

.background .end-container {
  margin: 0;
}

.background .end-container button {
  padding: 1rem;
  margin: 1.25rem;
}

.background .end-container button h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(234, 179, 8);
}

.background .logo-container img {
  max-width: 140px;
  display: block;
  margin: 0 auto;
}
