.instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.instrument-serif-regular-italic {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.jetbrains-mono-website {
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

* {
    margin: 0%;
}

html, body {
    width: 100%;
    height: 100%;

    overflow: hidden;

    font-family: "JetBrains Mono";
    font-size: 15px;

    background: linear-gradient(#06002c, #0d0543);
    color: #F1E0C5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Instrument Serif";
    font-size: 60px;
    text-shadow: 0px 0px 10px #f1e0c575, 2px 2px 0px #cc0929;
}

p {
    text-shadow: 0px 0px 20px #f1e0c5a4;
}

.vertical-layout {
    display: table-column;
}

.content {
    width: 100%;
    height: 100%;

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

    text-align: center;
}
