body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial , sans-serif;
    background-color: white;
}

::selection {
    background: transparent;
    color: inherit;
}

a::selection,
p::selection{
    background-color: rgb(11, 225, 68);
    color: rgb(255, 255, 255);
}

p,a {
    font-size: 13px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
    text-transform: lowercase;
    text-decoration: none;
    /* transform: scaleY(1.2); */
    
}

a:hover{
    color: rgb(196, 11, 225);
}

.container {
    position: fixed;
    top: 50%;
    left: 5%;
    z-index: 10;
}
.container2 {
    position: fixed;
    top: 50%;
    left: 30%;
}

.container3 {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 40vw;
    word-wrap: break-word;
}

.scroll-container {
    margin-top: 150svh;
    padding-bottom: 150svh;
    width: 100%;
    display: block;
    align-items: center;
}

section{
    display: block;
    align-items: center;
}

.image-container {   
    overflow: hidden;
}
.image-container img {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    max-height: 90svh;
    object-fit: contain;
    object-position: center top;
}
.image-container video {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    max-height: 90svh;
    object-fit: contain;
    object-position: center top;
}

 

.container, 
.container2, 
.container3 {
    position: fixed;
    top: 50%;
    z-index: 10;
    mix-blend-mode: exclusion;
}

.container p,
.container2 p,
.container3 p {
    color: white; 
}

.container a,
.container2 a,
.container3 a {
    mix-blend-mode: normal;  
    color: rgb(255, 0, 200);
    text-decoration: none;
}

.container a:hover,
.container2 a:hover,
.container3 a:hover {
    color: white; 
}
