body {
    background-color: black;
    color: white;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 2em;
    position: relative;
    z-index: 1;
}

.lameshit {
    background: none;
    border: none;
    color: white;
    font: inherit;
    cursor: pointer;
}

.back {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    display: none;
}

#ohyeah {
    width: 400px !important;
    height: 400px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
    object-fit: cover !important;
    z-index: -1 !important;
}

/* https://jsfiddle.net/yykre346/ */
.banana {
    top:0px;
    left:0px;
    position:absolute;
    z-index:200;
    height:80px;
    pointer-events: none;
}
#site {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
}
