html, body {
  margin: 0;
  padding: 0;
  background-color: f5f3f4;
  font-family: "Saira Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: white 1px 1px 20px;
  overflow: hidden;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}