@font-face {
  font-family: "Dela Gothic One", sans-serif;
  src: url(./fonts/DelaGothicOne-Regular.ttf) format('ttf');
}

body, html {
  background-color: #0c0982;
  background: repeating-linear-gradient(-45deg, #0c0982, #0f0c9e 10px, #FFF 10px) fixed;
  padding: 0;
  margin: 0;
}

.content {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  font-family: "Dela Gothic One", sans-serif;
  color: #FFF;
  user-select: none;
  text-shadow: 1px 1px 10px #090743;
  text-align: center;
}

h1, h2 {
  margin: 0;
}
h1 {
  font-size: 100px;
}