body {
    background: black; /*linear-gradient(90deg,rgb(192, 192, 191) 0%, rgba(0, 0, 0, 1) 100%);*/
    height: 200vh !important;
    min-height: 100vh;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    font-family: "DISPLAYED";
}
.container {
    position: static;
    width: 100%;
    height:100vh;
    /* top: 0;
    left: 0;
    bottom: 0;
    right:0; */
    z-index: 200;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    z-index: 50;
    aspect-ratio: 16/9 !important;
    height: auto !important;
    background-color: transparent;
}

canvas:last-of-type {
    z-index: 10000; 
}

.corner {
    height: 50px;
    width: 50px;
    position: absolute;
    opacity: 0.5;
}

.c1 {
    top: 2vh; left: 1vw;
    border-left: solid 2px white;
    border-top: solid 2px white;
}

.c2 {
    top: 2vh; right: 1vw;
    border-right: solid 2px white;
    border-top: solid 2px white;
}

.c3 {
    bottom: 2vh; left: 1vw;
    border-left: solid 2px white;
    border-bottom: solid 2px white;
}

.c4 {
    bottom: 2vh; right: 1vw;
    border-right: solid 2px white;
    border-bottom: solid 2px white;
}

img.logo {
    width: 80% !important;
    position: absolute;
    top: 54vh;
    left: 20px;
    transform: translateY(-50%);
    mix-blend-mode: difference;
    z-index: 200;
    /* opacity: 0.2; */
}

.l1 { 
    --mask-bottom: 52%;
    --mask-top: 0%;
    clip-path: inset(var(--mask-top) 0 var(--mask-bottom) 0);
}

.l2 {
    --mask-top: 48%;
    --mask-bottom: 0%;
    clip-path: inset(var(--mask-top) 0 var(--mask-bottom) 0);
}

.box {
    --clip: 50%;
    position: fixed;
    top: 20px;
    bottom: 20px;
    left:20px;
    right:20px;
    background-color: rgba(0, 0, 0, 0.75);
    clip-path: inset(var(--clip) 0);
    z-index: 75;
}

.textContainer {
    background-color: black !important;
    min-height: 400px;
    padding: 20px;
    color: white !important;
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    height:auto;

}

h1 {
    font-size: 6rem;
    text-transform: uppercase;
}

p {
    font-size:2rem;
    max-width: 75rem;
    letter-spacing: -3px;
    line-height: 0.8;
}

p.standfirst {
    font-size: 2.75rem;
}

a {
    color: white !important;
}

.sideBarImage {
    --mask : 100%; 
    background-color: transparent;
    position: fixed;
    top: 0; left: 0;
    z-index: 80000;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 var(--mask));
}

.sideBarImage img {
    --con : 40;
    
    width: 100%;
    height: auto;
    left:450;
    position: relative;
    opacity: 0;
    mix-blend-mode:exclusion;
    /* filter: contrast(var(--con)); */

}

.smallPrint {
    height: 0;
    overflow: hidden;
}