@font-face {
  font-family: 'IBM Plex Serif';
  src: url('./fonts/IBMPlexSerif-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

html,
body,
div,
p {
    margin: 0;
    padding: 0;
}

body {
    background-color: #A32CFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    display: inline-block;
    mix-blend-mode: difference;
    font-family: 'IBM Plex Serif';
    font-size: 10em;
    font-style: italic;
    color: #1EBF11;
    width: 100%;
    height: 100dvh;
    text-align: center;
    align-content: center;
}

.background-image {
    display: none;
}

.load-later {
    display: none;
}