body {
  font-family: 'Inter', sans-serif;
  font-size: 62.5%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  height: 100vh;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
h4 {
  font-weight: 200;
  color: rgb(156, 163, 175);
}
a {
  text-decoration: none;
  color: rgb(156, 163, 175);
}
