@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/josefin.woff2') format('woff2'); 
}

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

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Josefin Sans', Arial, sans-serif;

  min-height: 100vh;
  margin: 0;

  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/wallpaper.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;

      display: flex;
}

.title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.text{
  Padding-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}