body {
    background-color: rgb(0, 12, 82);
    color: rgb(255, 255, 255);
    margin: 0;
}

/* Site's Scrollbar */
body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
}

body::-webkit-scrollbar-track {
    background-color: rgb(0, 0, 0);
}

/* Title Head */
.head {
    margin: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    background-size: cover;
    justify-content: center;
    border-bottom: ridge;
}

#backimg {
    background-size: cover;
    filter: brightness(40%);
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


.title {
    position: relative;
    margin: 5%;
    text-align: center;
    height: 2cm;
    width: 7cm;
    align-items: center;
    border-radius: 555px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 10px 2PX rgb(255, 255, 255);
}

h1 {
    margin: 0;
    font-family: 'Satisfy', cursive;
    font-size: 45px;
    font-weight: 100;
}

/* Welcome Msg Goes here */
.intro {
    display: grid;
    position: relative;
    text-align: center;
    margin: auto;
}

h2 {
    margin: 0;
    text-shadow: 0px 2px 5px white;
    margin-right: 10%;
    align-items: center;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    font-size: 25px;

}

/* Navbar Customizations starts here */
.navbar {
    margin: 0;
    margin-top: 0;
    width: 100%;
    position: -webkit-sticky;
    padding: 0;
    font-size: 25px;
    display: flex;
    justify-content: center;
}

.navbar :hover {

    align-items: center;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: rgba(42, 42, 42, 0.413);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgb(72, 98, 199);
}

.navlists {
    display: inline-block;
    position: relative;
    padding: 1.5%;
}

/* Posts starts from here */
.posts {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-block;
    /* background-image: url(https://w0.peakpx.com/wallpaper/468/979/HD-wallpaper-anime-landscape-falling-stars-sunset-clouds-anime-girl-scenic-anime.jpg); */
    width: 100%;
    height: 10%;
    margin: 0;

}

#backimg2 {
    background-size: cover;
    filter: brightness(40%);
    position: absolute;
    display: flex;
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
}

.content {
    box-shadow: 0px 0px 15px rgb(201, 201, 201);
    position:relative;
    border-radius: 15px 5px 15px 1px;
    width: 31%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.76);
    margin: 1%;
    margin-top: 2%;

}

#section1 {
    overflow-y: scroll;
    height: 10cm;
}

#section1::-webkit-scrollbar {
    scrollbar-color: red;
    color: black;
    width: 5px;
}

#section1::-webkit-scrollbar-track {
    background-color: rgba(10, 10, 10, 0);
    border-top-left-radius: 555px;
    filter: brightness(80%);
    border-bottom-left-radius: 555px;

}

#section1::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.459);
    background-size: contain;
    mask-repeat: no-repeat;
    border-radius: 255px;
}

.blocks {
    
}

h3 {
    font-family: 'Satisfy', cursive;
    font-weight: 100;
    font-size: 30px;
    margin: 10px;
    padding: 10px;
}

h4 {
    font-family: 'Cookie', cursive;
    font-size: 30px;
    font-weight: 100;
    margin-left: 2%;
}

/* posts images */
#image0 {
    border-radius: 15px 2px 15px 2px;
    width: 3cm;
    height: 5cm;
}

.nameimg {
    width: 6cm;
    height: 2cm;
}

p {
    margin-left: 5%;
    display: inline;
    ;

}

.subsection {
    display: flex;
    position: relative;
}

.checked {
    display: inline-block;
    position: relative;
    color: orange;
}


@media screen and (max-width: 600px) {
    body::-webkit-scrollbar {
        width: 0px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: rgb(255, 255, 255);
        border-radius: 25px;
    }

    body::-webkit-scrollbar-track {
        background-color: rgb(0, 0, 0);
    }

    .title {
        width: auto;
    }

    h1 {
        font-size: 50px;
    }

    .intro {
        width: auto;
    }

    h2 {
        font-size: 15px;
    }

    .navbar {
        font-size: 20px;
    }

    #backimg2 {
        display: none;
    }

    .posts {
        background-image: linear-gradient(#19224D, #282F7D, #8B5042);
    }

    .content {
        margin-top: 20px;
        width: 90%;
        margin: 4%;
        padding-left: 2%;
        height: fit-content;
    }

    h3 {
        align-items: center;
        margin-right: 2%;
        margin: 0;
        font-size: 20px;
    }

    .blocks {
        margin: 0;
    }

    .nameimg {
        width: 2cm;
        height: 1cm;
    }

    #image0 {
        margin-top: 0;
        width: 2cm;
        height: 3cm;
    }

    p {
        font-size: 12px;
    }

    #section1 {
        overflow-y: scroll;
        height: 5cm;
    }

}

@media screen and (max-width: 900px) and (min-width: 600px) {
    body::-webkit-scrollbar {
        width: 5px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: rgb(255, 255, 255);
        border-radius: 25px;
    }

    body::-webkit-scrollbar-track {
        background-color: rgb(0, 0, 0);
    }

    .title {
        width: auto;
    }

    h1 {
        font-size: 50px;
    }

    .intro {
        width: auto;
    }

    h2 {
        font-size: 15px;
    }

    .navbar {
        font-size: 20px;
    }

    .content {
        margin-top: 20px;
        margin: 2%;
        width: 93%;
        padding-left: 2%;
        height: 8cm;
    }
    #backimg2 {
        display: none;
    }

    .posts {
        background-image: linear-gradient(#19224D, #282F7D, #8B5042);
    }
    h3 {
        margin: 2px;
        font-size: 30px;
    }

    .nameimg {
        width: 2cm;
        height: 1cm;
    }

    #image0 {
        width: 3cm;
        height: 5cm;
    }

    p {
        font-size: 20px;
    }

    #section1 {
        overflow-y: scroll;
        height: 5cm;
    }

}