* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Phantom Runes";
    src: url("fonts/phantom-runes.regular.otf");
}

@font-face {
    font-family: "Simbiot";
    src: url("fonts/simbiot-personal-use.regular.ttf");
}


.titleBg {
    display: grid;
    width: 100vw;
    height: 100vh;
    place-items: center;
    background: url("images/_DYR6034.jpg");
    background-size: cover;
    background-position: center top;
}

.title {
    font-family: "Phantom Runes";
    font-size: 22em;
    color: #000;
    mix-blend-mode: color-burn;
    text-align: center;
}