@font-face {
  font-family: 'Inter';
  src: url('fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  font-family: Inter;
  background: #121212;
  color: #dcdcdc;
}

header {
  display: flex;
  justify-content: center;
  height: 2.8rem;
  padding: 1rem 0;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  font-weight: 400;
  font-size: .9rem;
}

.tell {
  border: 2px solid gold;
  padding: .5rem;
  border-radius: 5px;
  background-color: gold;
  color: black;
  font-weight: 400;
  margin-top: 3rem;
  font-size: 1.3rem;
  text-align: center;
}
