body {
  background-image: url('./images/blurred-nighttime-cafe.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
  font-family: Gloria-Hallelujah;
  color: white;
}

@font-face {
  font-family: "Gloria-Hallelujah";
  src: url('./fonts/GloriaHallelujah.ttf');
}

h1 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 2rem;
}

h2 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1.6rem;
}

p {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1.2rem;
}
