:root {
  background: #00b1d1;
  font-family: Raleway, sans-serif;
  height: 100vh;
  color: #fff;
}

body {
  height: 100%;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
}
