@font-face {
    font-family: 'Desmond';
    src: url('/font/DesmondRegular.woff2') format('woff2'),
        url('/font/DesmondRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

p {
    font-family: 'Desmond', sans-serif;
}
body {
    font-family: 'Desmond', sans-serif;
}

/* Position text in the middle */
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the <hr> element */
hr {
  margin: auto;
  width: 40%;
}