@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

html,
body {
  font-family: 'Righteous', cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 30px;
}