#home h1{
    font-size:45px;
}
#mainContent{
    width: 100%;
}
body{
background-image: url("https://files.codelife.cc//itab/wallpaper/61c676bd4d8732321346ffca.jpeg?t=1684836532334&x-oss-process=image/resize,limit_0,m_fill,w_300,h_180/quality,q_92/format,webp");
/* background-image: url("https://w.wallhaven.cc/full/rd/wallhaven-rd83mq.jpg");  */
//background-image: url("https://w.wallhaven.cc/full/j3/wallhaven-j3wmwy.png"); 
background-position: initial; 
background-size: cover; 
background-repeat: no-repeat; 
background-attachment: fixed; 
background-origin: initial; 
background-clip: initial;
height:100%;
width:100%;
}
#navCategory {
    color:black; 
    display: none;
    background-color: black;
    /* background-image: url("https://w.wallhaven.cc/full/wq/wallhaven-wq9v8p.jpg");  */
    background: url("https://w.wallhaven.cc/full/nz/wallhaven-nz6p6j.jpg") -23px center no-repeat;
    background-size:cover;
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 0 20px 38px 20px;
    overflow-y: scroll;
    height: 400px;
    z-index: 1000;
}
#navCategory a, #back-to-top a {
    color: black;
}
#home{
    opacity:0.9;
}
.wall{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
div#midground{
    background: url("https://i.postimg.cc/PP5GtGtM/midground.png");
    z-index: -1;
    -webkit-animation: cc 200s linear infinite;
    -moz-animation: cc 200s linear infinite;
    -o-animation: cc 200s linear infinite;
    animation: cc 200s linear infinite;
}
div#foreground{
    background: url("https://i.postimg.cc/z3jZZD1B/foreground.png");
    z-index: -2;
    -webkit-animation: cc 253s linear infinite;
    -o-animation: cc 253s linear infinite;
    -moz-animation: cc 253s linear infinite;
    animation: cc 253s linear infinite;
}
div#top{
    background: url("https://i.postimg.cc/PP5GtGtM/midground.png");
    z-index: -4;
    -webkit-animation: da 200s linear infinite;
    -o-animation: da 200s linear infinite;
    animation: da 200s linear infinite;
}
@-webkit-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@-o-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@-moz-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@keyframes cc {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 600% 0;
    }
}

@keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-webkit-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-moz-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-ms-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
#category-show {
    background-color: #00CD00;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
}
#back-to-top {
    background-color: #00CD00;
    bottom: 0;
    box-shadow: 0 0 6px #00CD00;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 7px;
    cursor: pointer;
}
#sideBar, #comment_form {
    display: none;
}