@font-face {
    font-family: "IfYouStealMyFontsIWillEatYouAlive-Display";
    src: url("fonts/PUZ-2024.ttf");
    font-weight: bold;
}


@font-face {
    font-family: "IfYouStealMyFontsIWillEatYouAlive-Text";
    src: url("fonts/PuzSansVF.ttf");
}

@font-face {
    font-family: "IfYouStealMyFontsIWillEatYouAlive-Mono";
    src: url("reftek/PuzMono.otf");
}

body {
    margin: 0;
    padding: 0;
}

.container {
    color: white;
    font-family: "IfYouStealMyFontsIWillEatYouAlive-Text";
    display: grid;
    margin: 50px;
    display: flex;
    gap: 10px;
}

.box {
    background-color: #1210ca;
    width: 300px;
    height: max-content;
    box-sizing: border-box;
}

.logobox {
    background-color: white;
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

.headingbox {
    padding: 8px;
    background-color: #0F0E88;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 0.9;
    margin-top: 5px;
    font-family: 'IfYouStealMyFontsIWillEatYouAlive-Display';
}

h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 0.9;
}

.logobox h5 {
    color: #1210ca;
    font-size: 16px;
    font-weight: normal;
    font-family: "IfYouStealMyFontsIWillEatYouAlive-Mono";
}

.divider {
    margin: 8px;
    border-top: 2px dotted white;
}

.opt {
    padding: 4px 8px;
}

.opt:hover {
    background-color: white;
    color: #1210ca;
    cursor: pointer;
    font-weight: bold;
}

#path {
    font-family: "IfYouStealMyFontsIWillEatYouAlive-Mono";
}

.box p {
    margin: 0;
    padding: 8px;
}

#fauxTooltip {
    display: none;
}

a {
    color: white;
}

#three {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -5;
}