/* FONTZ */
        @font-face {
          font-family: VCR_OSD_MONO;
          src: url('https://altozecter.neocities.org/fonts/VCR_OSD_MONO.ttf');
        }
        @font-face {
          font-family: RETROTECH;
          src: url('https://altozecter.neocities.org/fonts/RETROTECH.ttf');
        }
        @font-face {
          font-family: W95FA;
          src: url('https://altozecter.neocities.org/fonts/W95FA.otf');
        }

/* CSS START!! */
body {
    background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/index/indexbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 600px;
    min-height: 795px;
    } 
#sidenav {
    height: 100%;
    width: 40%;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #282828;
}
.image {
    background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/index/rensunrisedither.png);
    background-size: contain;
    filter: grayscale(1);
    z-index: 1;
    width: 208px;
    height: 110px;
    border: outset #323232 5px;
}
.image2 {
    border: solid 2px #333333;
    width: 68px;
    height: 118px;
    background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/index/r16.png);
    background-size: contain;
    position: relative;
    top: 25px;
    left: 65px;
    z-index: 4;
        
}
.image3 {
    border: solid 2px #141414;
    width: 68px;
    height: 118px;
    background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/index/identity%20will%20not%20save%20you.png);
    background-size: contain;
    position: relative;
    top: -97px;
    left: 148px;
    z-index: 4;
        
}
.container {
    border: dashed white 1px;
    background-color: #c91142;
    position: relative;
    left: 46px;
    top: 5px;
    z-index: 1;
    width: 500px;
    height: 180px;
    padding: 10px;
    color: white;
    font-size: 18px;
    font-family: W95FA;
}

.container2 {
    border: groove 2px #2b2b2b;
    background-color: #d6d6d6;
    position: relative;
    left: 283px;
    bottom: 36px;
    z-index: 3;
    width: 270px;
    height: 80px;
    padding: 2px;
    font-size: 16px;
    font-family: W95FA;
}
/* enter button */
        a {
            display: block;
            border: outset 5px #c80c3e;
            width: 360px;
            height: 50px;
            background-color: #ffffff;
            font-family: RETROTECH;
            font-size: 42px;
            color: #c91142;
            text-align : center;
            padding-top: 10px;
            
            position: relative;
            bottom: 56px;
            left: 100px;
            z-index: 4;
        }
        a:hover {
            border: outset 5px #e2e2e2;
            padding-top: 10px;
            color: #ffffff;
            text-shadow: 4px 0.1px #969696;
            animation: flicker 0.1s infinite;
        }
        a:visited {
           text-decoration: none;
           
           
        }       

        @keyframes flicker {
            0% {
                background-color: #4c4c4c;
            }
            100% {
                background-color: #545454;
            }  
        }
/* win95 box */
.window {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: space-evenly;
    background-color: #e2e2e2;
    border: outset #525252 6px;
    height: 152px;
    width: 222px;
    overflow: hidden;
    
    position: relative;
    left: 236px;
    top: 20px;
    z-index: 2;
}
.window1 {
    box-sizing: border-box;
    border: solid 1px #d2d7d7;
    background-color: #525252;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    height: 28px;
    width: 222px;
    .filetext {
        margin-left: 1px;
        margin-top: 4px;
        font-size: 14px;
        color: white;
        height: 22px;
        width: 180px;
        font-family: W95FA;
    }
}

.window .button1 {
    color: black;
    font-size: 4px;
    box-sizing: border-box;
    background-color: #e3eaea;
    border: outset 3px #c4c4c4;
    margin-top: 2.5px;
    margin-left: 3px;
    height: 20px;
    width: 28px;
}

.window .button2 {
    color: white;
    font-size: 3.3px;
    text-align: center;
    box-sizing: border-box;
    background-color: #c91142;
    border: outset 3px #83041a;
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 2px;
    height: 22px;
    width: 28px;
}

 .box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d4d9db;
    height: 128px;
    width: 222px;
}