@font-face {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 100;
  src: url(Inter.woff2) format('woff2');
}

html, body {
    height: 100%;
    margin: 0;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(15, 0, 0);
    color: white;
    font-family: Inter;
    font-size: large;
    line-height: 150%;
    text-align: center;
    flex-direction: column;
}
body h1 {
    padding-top: 1%;
    padding-bottom: 0.5%;
    font-size: xx-large;
}
