@font-face {
  font-family: 'Manrope';
  src: url(fonts/Manrope[wght].ttf);
}

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

* {
  font-family: 'Manrope';
  box-sizing: border-box;
}

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