@font-face {
    font-family: "Mintsoda - Lime Green 13x16";
    src: url("assets/fonts/MintsodaLimeGreen13X16Regular-KVvzA.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


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

.wrapper {
    height: 100vh;
    width: 100vw;

}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

    font-family: monospace;
    font-size: 44px;
    flex-direction: column;
    background-color: black;
    color: #E0F2F1;
}

.text {
    position: absolute;
    bottom: 100px;
    width: 100vw;
    border-right: 3px solid;
    animation: blink 1s step-end infinite, type 2.5s steps(29) forwards;
    overflow: hidden;
    white-space: nowrap;
    z-index: 5;
}

#demo {
    overflow: hidden;
    font-size: 22pt;
    padding-left: 20px;


}


@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@keyframes type {
    0% {
        width: 0;
    }
}

.text-box {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background-color: rgba(2, 44, 69, 0.382);
    width: 100vw;
    height: 35vh;
    overflow: hidden;

}

#oi {
    position: absolute;
    bottom: 2vh;
    right: 2vw;
    z-index: 100;
    width: 90px;
    height: 40px;
    font-size: 20px;
    font-family: "Mintsoda - Lime Green 13x16", serif;

}

#img {
    animation: fader 5s ease-in;
}

#name {
    font-size: 26pt;
}


@keyframes fader {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);

html {
    background: radial-gradient(#000, #111);
    color: white;
    overflow: hidden;
    height: 100%;
    user-select: none;
}

.static {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    top: -100px;
    opacity: 0.05;
    z-index: 230;
    user-select: none;
    user-drag: none;
}

.error{
    justify-content: center;
    font-family: "Mintsoda - Lime Green 13x16", serif;
    font-size: 95px;
    font-style: regular 400;
    text-align: center;
    width: 100px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45vw;
    right: 0;
    animation: noise 2s linear infinite;
    overflow: default;
}

.credits {
    justify-content: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 35px;
    font-style: italic;
    text-align: center;
    width: 1200px;
    line-height: 60px;
    margin: auto;
    position: absolute;
    top: 650px;
    bottom: 0;
    left: 0;
    right: 0;
    animation: noise-3 2s linear infinite;
    color: #818181;

}


.sound {
    justify-content: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 35px;
    font-style: italic;
    text-align: center;
    width: 1200px;
    line-height: 60px;
    margin: auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    animation: noise-3 2s linear infinite;
    color: #818181;
}


.error:after {
    content: 'after_him.web';
    font-family: "Mintsoda - Lime Green 13x16", serif;
    font-size: 100px;
    font-style: regular 400;
    text-align: center;
    width: 150px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    color: azure;
    animation: noise-1 .2s linear infinite;
}

.info {
    text-align: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 35px;
    font-style: italic;
    text-align: center;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    position: absolute;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
    animation: noise-3 2s linear infinite;
}

.error:before {
    content: 'after_him.web';
    font-family: "Mintsoda - Lime Green 13x16", serif;
    font-size: 100px;
    font-style: regular 400;
    text-align: center;
    width: 100px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    color: white;
    animation: noise-2 10s linear infinite;
}

@keyframes noise-1 {
    0%, 20%, 40%, 60%, 70%, 90% {
        opacity: 0;
    }
    10% {
        opacity: .1;
    }
    50% {
        opacity: .5;
        left: -6px;
    }
    80% {
        opacity: .3;
    }
    100% {
        opacity: .6;
        left: 2px;
    }
}

@keyframes noise-2 {
    0%, 20%, 40%, 60%, 70%, 90% {
        opacity: 0;
    }
    10% {
        opacity: .1;
    }
    50% {
        opacity: .5;
        left: 6px;
    }
    80% {
        opacity: .3;
    }
    100% {
        opacity: .6;
        left: -2px;
    }
}

@keyframes noise {
    0%, 3%, 5%, 42%, 44%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }
    4.3% {
        opacity: 1;
        transform: scaleY(1.7);
    }
    43% {
        opacity: 1;
        transform: scaleX(1.5);
    }
}

@keyframes noise-3 {
    0%, 3%, 5%, 42%, 44%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }
    4.3% {
        opacity: 1;
        transform: scaleY(4);
    }
    43% {
        opacity: 1;
        transform: scaleX(10) rotate(60deg);
    }
}