    body{
        background-color: #FAF9F6;
    }
    *{   margin: 0;
        padding: 0;
        outline: 0;
        border: 0;
        appearance: 0;
        list-style: none;
        text-decoration: none;
    }

    :root{
        --orange:#ff771c;
        --black:#39400f;
        --light-color:#666;
        --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
        --border:.2rem solid rgba(0,0,0,.1);
        --outline:.1rem solid rgba(0,0,0,.1);
        --outline-hover:.2rem solid var(--black);
    }

    *{
        font-family: 'Poppins', sans-serif;
        margin:0; padding:0;
        box-sizing: border-box;
        outline: none; border:none;
        text-decoration: none;
        text-transform: capitalize;
        transition: all .2s linear;
    }

    html{
        font-size: 52.5%;
        overflow-x: hidden;
        scroll-behavior: smooth;
        scroll-padding-top: 7rem;
    }

    section{
        padding:2rem 9%;
    }

    .heading{
        margin-top: 5rem;
        text-align: center;
        padding:2rem 0;
        padding-bottom: 0.2rem;
        font-size: 5rem;
        color: black;
        font-style: italic;
      }
    .tagline{
    margin-top: 5px;
        text-align: center;
        font-size: 20px;
        font-style: initial;  
        color: black;
    }

    h1{
        color: black;
        margin-top: 0;
    }

    head{
        margin-top: 0%;
    }

    p1{
        color: black;
        font-family: Georgia,serif;
        font-size: 2rem;
        margin-top: 2rem;
    }

    h1{
        font-size: 5rem;
        margin-top: 10rem;
    }

    
    p{
        margin: 20px 0;
        font-size: 1.5rem;
        font-family: fangsong;
    }
    .so-icons{
        display: flex;
    }

    .so-icons ul{
        display: flex;
    }

    .icons{
        list-style: none;
        width: 300px;
        height: 90px;
        margin: auto;
        margin-top: 25px;
    }

    .icons a{
        padding: 10px 20px;
        font-size: 40px;
        color: steelblue;
        transition: all 3s;
    }



    .headline{
    color: #0f0f3e;
    font-size: 4rem;
    font-weight: bold;
    margin-right: 6%;
    
    }

    .main {
    order: 2; /* Reorder the image div to appear second */
    height: 95px;
    width: 100px;
    margin-top: 2rem;
    margin-left: 14%;
    }

    
    button{
        color: #fff;
        margin:1rem 0;
        padding: 8px 22px;
        border-radius: 12px;
        background: #b253ca;
        transition: all 0.2s ease;
        margin-left: 2rem;
        cursor: pointer;
        font-size: 2rem;
    }

    .btn{
        margin-top: 1rem;
        display: inline-block;
        padding:.8rem 3rem;
        font-size: 1.7rem;
        border-radius: .5rem;
        border:.2rem solid var(--black);
        color:var(--black);
        cursor: pointer;
        background: none;
    }

    .btn:hover{
        background: var(--orange );
        color:#fff;
    }


/* #region CATEGORY BUTTON */
.btn2 {
    display: inline-block;
    width: fit-content;
    padding: 0.6rem 1.2rem;
    /* background-color: var(--color-primary); */
    border-radius: var(--card-border-radius-2);
    cursor: pointer;
    transition: var(--transition);
    color: #1E1E66 !important;
    background: #fff !important;
    }

    .btn2.sm {
    padding: 0.3rem;
    font-size: 1.8rem;
    }

    .btn2:hover {
        /* background: #1E1E66;
        color: #fff; */
        color: #1E1E66 !important;
        background: #fff;
        font-weight: 800 !important;
    }



    .btn2{
        margin-top: 1rem;
        display: inline-block;
        padding:.8rem 3rem;
        font-size: 1.7rem;
        border-radius: .5rem;
        border:.2rem solid var(--black);
        background: #fff;
        cursor: pointer;
        background: none;
    }
    
    .btn2:hover{
        /* color:var(--black); */
        color:#fff;
    }

    .features .box-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
        gap:1.5rem;
    }

    .features .box-container .box{
        padding:3rem 2rem;
        background: #fff;
        outline: var(--outline);
        outline-offset: -1rem;
        text-align: center;
        box-shadow: var(--box-shadow);
    }

    .features .box-container .box:hover{
        outline: var(--outline-hover);
        outline-offset: 0rem;
    }

    .features .box-container .box img{
        margin:1rem 0;
        height: 15rem;
    }

    .features .box-container .box h3{
        font-size: 2.8rem; 
        line-height: 1.8;
        color:var(--black);
    }

    .features .box-container .box p{
        font-size: 1.5rem;
        line-height: 1.8;
        color:var(--light-color);
        padding:1rem 0;
    }


    button:active{
        transform: scale(0.96);
    }

    .features .box-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
        gap:1.5rem;
    }

    .features .box-container .box{
        padding:3rem 2rem;
        background: #fff;
        outline: var(--outline);
        outline-offset: -1rem;
        text-align: center;
        box-shadow: var(--box-shadow);
    }

    .features .box-container .box:hover{
        outline: var(--outline-hover);
        outline-offset: 0rem;
    }

    .features .box-container .box img{
        margin:1rem 0;
        height: 15rem;
    }

    .features .box-container .box h3{
        font-size: 2.8rem; 
        line-height: 1.8;
        color:var(--black);
    }

    .features .box-container .box p{
        font-size: 1.5rem;
        line-height: 1.8;
        color:var(--light-color);
        padding:1rem 0;
    }




    :root {
    --color-primary: #6f6af8;
    --color-primary-light: hsl(242, 91%, 69%, 18%);
    --color-primary-variant: #5854c7;
    --color-red: #da0f3f;
    --color-red-light: hsl(346, 87%, 46%, 15%);
    --color-green: #00c476;
    --color-green-light: hsl(156, 100%, 38%, 15%);
    --color-gray-900: #1e1e66;
    --color-gray-700: #2d2b7c;
    --color-gray-300: rgba(242, 242, 254, 0.3);
    --color-gray-200: rgba(242, 242, 254, 0.7);
    --color-white: #f2f2fe;
    /* --color-bg: #ffffff; */

    --transition: all 300ms ease;

    --container-width-lg: 74%;
    --container-width-md: 88%;
    --form-width: 40%;

    --card-border-radius-1: 0.3rem;
    --card-border-radius-2: 0.5rem;
    --card-border-radius-3: 0.8rem;
    --card-border-radius-4: 2rem;
    --card-border-radius-5: 5rem;
    }

    /* #region GENERAL */

    * {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    appearance: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    }

    body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    color: var(--color-gray-200);
    overflow-x: hidden;
    background: white;
    font-size: 0.9rem;
    }

    .container {
    width: var(--container-width-lg);
    max-width: 1800px;
    margin-inline: auto;
    }

    section {
    margin-top: 3rem;
    width: 100vw;
    }



    h3,
    h4,
    h5 {
    color: wheat;
    line-height: 1.3;
    }

    /* add to posts on index if there are no featured posts */
    .section__extra-margin {
    margin-top: 7rem;
    }

    h1 {
    font-size: 3.5rem;
    margin: 1rem 0;
    }
    h2 {
    font-size: 2.3rem;
    margin: 1rem 0;
    }
    h3 {
    font-size: 1.6rem;
    margin: 0.8rem 0 0.5rem;
    }
    h4 {
    font-style: 1.5rem;
    }

    a {
    color: var(--color-white);
    }

    img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    }
    /* #endregion */

    /* #region NAV */

    nav {
    background: var(--color-primary);
    width: 100vw;
    height: 6.5rem;
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
    }

    nav button {
    display: none;
    }

    .nav__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    /*
    .avatar {
    width: 2.5rem;
    aspect-ratio: 1/1; 
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 0.3rem solid var(--color-bg);
    }
    */

    .avatar {
    color: #f2f2fe;
    }

    .nav__logo {
    font-weight: 600;
    font-size: 3rem;
    }
 
    .nav__items {
    display: flex;
    align-items: center;
    gap: 4rem;
    font-size: 1.5rem;
    box-shadow: none;
    }

    .nav__profile {
    position: relative;
    cursor: pointer;
    }

    .nav__profile ul {
    
    position: absolute;
    top: 140%;
    right: 0;
    display: flex;
    flex-direction: column;
    /*box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.4);*/
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    }

    /* show nav ul when nav profile is hovered over */

    .nav__profile:hover > ul {
    visibility: visible;
    opacity: 1;
    }

    .nav__profile ul li a {
    padding: 1rem;
    display: block;
    width: 100%;
    background: var(--color-gray-900);
    
    }

    .nav__profile ul li:last-child a {
    /* background: var(--color-red); */
    
    color: var(--color-bg);
    }
    /* #endregion NAV */

    .addpost a{
        background-color: #e9476d;
    }

    /*MAll*/

    .mall{
        height: 70vh;
        text-align: center;
        display: grid;
        place-content: center;
        color: #0f0f3e;
        font-size: xx-large;
    }

    .about{
        height: 70vh;
        
        display: grid;
        place-content: center;
        color: #0b0b11;
        font-size: large;
    }

    .services{
        padding-top: 10rem;
        height: 70vh;
        
        display: grid;
        place-content: center;
        color: #0b0b11;
        font-size: large;
        margin-top: 2rem;
    }

    .blog{
        padding-top: 14rem;
        height: 70vh;
        
        display: grid;
        place-content: center;
        color: #0b0b11;
        font-size: large;
    }

    .p2{
        margin-bottom: 24rem;
    }


    /* #region CATEGORY BUTTON */

    .category__button {
    background: var(--color-primary-light);
    color: var(--color-primary);
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: var(--card-border-radius-2);
    font-weight: 600;
    font-size: 600;
    font-size: 0.8rem;
    text-align: center;
    }

    /* #endregion CATEGORY BUTTON */

    /* #region GENERAL POST */

    .post__thumbnail {
    
    border: 1rem solid var(--color-gray-900);
    overflow: hidden;
    margin-bottom: 1.6rem;
    }

    .post:hover .post__thumbnail img {
    filter: saturate(0);
    transition: filter 500ms ease;
    }

    .post__author {
    display: flex;
    gap: 1rem;
    margin-top: 1.2rem;
    }

    .post__author-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--card-border-radius-3);
    overflow: hidden;
    }

    /* #endregion GENERAL POST */

    /* #region FEATURED */

    .featured {
    margin-top: 8rem;
    }

    .featured__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    }

    .featured .post__thumbnail {
    height: fit-content;
    }

    /* #endregion FEATURED */

    /* #region POSTS */

    .posts__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin-bottom: 4rem;
    }
    /* #endregion POSTS */

    /* #region CATEGORY BUTTONS */
    .category__buttons {
    padding: 4rem 0;
    border-top: 2px solid var(--color-gray-900);
    border-bottom: 2px solid var(--color-gray-900);
    }

    .category__buttons-container {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    }
    /* #endregion CATEGORY BUTTONS */

    /* #region CATEGORY FOOTER */
    /*footer {
    background: var(--color-gray-900);
    padding: 5rem 0 0;
    box-shadow: inset 0 1.5rem 1.5rem rgba(0, 0, 0, 0.2);
    }

    .footer__socials {
    margin-inline: auto;
    width: fit-content;
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
    }

    .footer__socials a {
    background: var(--color-bg);
    border-radius: 50%;
    height: 2.3rem;
    width: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .footer__socials a:hover {
    background: var(--color-white);
    color: var(--color-bg);
    }

    .footer__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    }

    footer li {
    padding: 0.4rem 0;
    }

    footer h4 {
    color: var(--color-white);
    margin-bottom: 0.6rem;
    }

    footer ul a {
    opacity: 0.75;
    }
    footer ul a:hover {
    letter-spacing: 0.1rem;
    opacity: 1;
    transition: var(--transition);
    
    }
    */
    .footer__copyright {
    background: #0b0b11;  
    font-size: 1.6rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    margin-top: 3rem;
    }
    /* #endregion CATEGORY FOOTER */

    /* #region CATEGORY SEARCH */
    .search__bar {
    margin-top: 7rem;
    }

    .search__bar-container {
    position: relative;
    width: 30rem;
    background: var(--color-gray-900);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 0.6rem 1rem;
    border-radius: var(--card-border-radius-2);
    color: var(--color-gray-300);
    }
    .search__bar-container > div {
    width: 100%;
    display: flex;
    align-items: center;
    }

    .search__bar input {
    background: transparent;
    margin-left: 0.7rem;
    padding: 0.5rem 0;
    width: 100%;
    color: var(--color-white);
    }

    .search__bar input::placeholder {
    color: var(--color-gray-200);
    }

    /* #region CATEGORY BUTTON */
    .btn {
    display: inline-block;
    width: fit-content;
    padding: 0.6rem 1.2rem;
    background-color: var(--color-primary);
    border-radius: var(--card-border-radius-2);
    cursor: pointer;
    transition: var(--transition);
    color: var(--color-white);
    margin-bottom: 4rem;
    }

    .btn.sm {
    padding: 0.3rem;
    font-size: 1.8rem;
    }
    .btn.danger {
    background-color: red;
    }
    .btn:hover {
    background: #fff;
    color: #1E1E66;
    }

    /* #endregion CATEGORY BUTTON */

    /* #region DASHBOARD */
    .dashboard {
    margin-top: 10rem;
    padding: 2rem;
    }

    .sidebar__toggle {
    display: none;
    margin-bottom: 8rem;
    border-radius: var(--card-border-radius-2)
    }

    .dashboard__container {
    display: grid;
    grid-template-columns: 14rem auto;
    gap: 2rem;
    background: var(--color-gray-900);
    padding: 2rem;
    margin-bottom: 5rem;
    border-radius: 2rem;
    font-size: 1.8rem;
    }
    .dashboard aside a {
    color: var(--color-white);
    background: var(--color-primary);
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.6rem;
    font-size: 1.9rem;
    }
    .dashboard aside ul li:not(:last-child) a {
    border-bottom: 1px solid var(--color-gray-700);
    }
    .dashboard aside a:hover {
    background: var(--color-gray-700);
    }
    .dashboard aside a.active {
    background-color: var(--color-gray-700);
    }
    .dashboard aside ul li:not(:last-child):not(:first-child) a {
    border-bottom: 1px solid var(--color-gray-700);
    }

    .dashboard aside ul li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }
    .dashboard main table th:first-child {
    border-top-left-radius: 10px;
    }

    .dashboard main table th:last-child {
    border-top-right-radius: 10px;
    }

    .dashboard aside ul li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    }
    .dashboard main {
    margin-left: 1.5rem;
    }
    .dashboard main h2 {
    margin: 0 0 2rem 0;
    line-height: 1;
    }
    .dashboard main table {
    width: 100%;
    text-align: left;
    }
    .dashboard main table th {
    background: var(--color-gray-700);
    padding: 0.8rem;
    color: var(--color-white);
    }
    .dashboard main table td {
    padding: 0.8rem;
    border-bottom: 1px solid var(--color-gray-200);
    }

    .dashboard main table tr:hover {
    background-color: var(--color-bg);
    /* color: var(--color-white); */
    cursor: default;
    transition: var(--transition);
    }

    /* #endregion DASHBOARD */

    /* #region SINGLE POST */
    .singlepost {
    margin: 6rem 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .singlepost__container {
    width: 45%;
    
    padding: 3rem 4rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: var(--card-border-radius-4);
    }
    .singlepost__container h2 {
    margin-top: 0;
    font-size: 3.5rem;
    font-weight: bold;
    color: #0f0f3e;
    text-align: center;
    }
    .singlepost__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    }

    .post__author-info h5 {
    margin: 0.9rem 0;
    font-size: 1.7rem;
    font-weight: 600;
    color: black;
    }
    .post__author-info small {
    font-size: 1.3rem;
    color: black;
    text-align: center;
    }
    .singlepost__thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: var(--card-border-radius-4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 2rem 0;
    }
    .singlepost__container p {
    margin-top: 1rem;
    line-height: 1.8;
    font-size: 1.5rem;
    color: black;
    text-align: justify;
    }
    /* #endregion SINGLE POST */

    /* #endregion CATEGORY SEARCH */

    /* #region CATEGORY POSTS */
    .category__title {
    height: 11rem;
    margin-top: 4.5rem;
    background: var(--color-gray-900);
    display: grid;
    place-items: center;
    }
    /* #endregion CATEGORY POSTS */

    /* #region EMPTY PAGES */
    .empty__page {
    height: 70vh;
    text-align: center;
    display: grid;
    place-content: center;
    }
    /* #endregion EMPTY PAGES */

    /* #region GENERAL FORM */
    .form__section {
    display: grid;
    place-items: center;
    height: 100vh;
    margin: 5rem 0;
    
    }
    .form__section-container {
    width: var(--form-width);
    color: rgb(141, 37, 37);
    }

    .alert__message {
    padding: 0.8rem 1.4rem;
    margin-bottom: 1rem;
    border-radius: var(--card-border-radius-2);
    }

    .alert__message.error {
    background: var(--color-red-light);
    color: var(--color-red);
    }

    .alert__message.success {
    background: var(--color-green-light);
    color: var(--color-green);
    }

    .alert__message.lg {
    text-align: center;
    }

    form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    }

    .form__control {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    }

    .form__control.inline {
    flex-direction: row;
    align-items: center;
    color: black;
    font-size: 1rem;
    }

    .form__section small {
    margin-top: 1rem;
    display: block;
    color: black;
    font-size: 1.5rem;
    }

    .form__section small a {
    color: var(--color-primary);
    margin-left: 1rem;
    }

    /* #region GENERAL DASHBAORD */

    /* #endregion GENERAL DASHBAORD */

    input,
    textarea,
    select {
    padding: 0.8rem 1.4rem;
    background-color: var(--color-gray-900);
    border-radius: var(--card-border-radius-2);
    resize: none;
    color: var(--color-white);
    }

    /* #endregion GENERAL FORM */

    /* #region  MEDIA QUERIES (Medium-Sized Devices) */
    @media screen and (max-width: 1024px) {
    /* #region  GENERAL STYLES */
    .container {
        width: var(--container-width-md);
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 0.8rem;
    }
    /* #endregion  GENERAL STYLES */

    /* #region  NAV STYLES */
    nav button {
        display: inline-block;
        font-size: 1.5rem;
        background: transparent;
        color: var(--color-white);
        cursor: pointer;
    }

    nav button#close__nav-btn {
        display: none;
    }
    .nav__container {
        position: relative;
    }
    .nav__items {
        display: none;
        position: absolute;
        flex-direction: column;
        top: 100%;
        right: 0;
        width: 12rem;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
    }

    .nav__items li {
        width: 100%;
        height: 4.5rem;
        display: flex;
        align-items: center;
        box-shadow: -2rem 3rem 7rem rgba(0, 0, 0, 0.7);
        background: var(--color-gray-900);
        border-top: 1px solid var(--color-bg);
        opacity: 0;

        animation: animateDropdown 400ms 0s ease forwards;
        transform-origin: top;
    }

    .nav__items li:nth-child(2) {
        animation-delay: 150ms;
    }
    .nav__items li:nth-child(3) {
        animation-delay: 250ms;
    }
    .nav__items li:nth-child(4) {
        animation-delay: 350ms;
    }
    .nav__items li:nth-child(5) {
        animation-delay: 450ms;
    }
    .nav__items li:nth-child(6) {
        animation-delay: 550ms;
    }

    /* Nav dropodwn animations */
    @keyframes animateDropdown {
        0% {
        transform: rotateX(90deg);
        }
        100% {
        transform: rotateX(0deg);
        opacity: 1;
        }
    }

    .nav__items a {
        border-radius: 0;
        width: 100%;
        height: 100%;
        background: var(--color-gray-900);
        padding: 0 2rem;
        display: flex;
        align-items: center;
    }

    .nav__profile {
        background: var(--color-gray-900);
    }

    .nav__profile ul {
        top: 100%;
        width: 100%;
    }
    .nav__profile ul li a {
        padding: 0 2rem;
        display: block;
        width: 100%;
        text-align: left;
        align-self: center;
        display: flex;
    }

    .nav__profile .avatar {
        margin-left: 2rem;
    }

    .featured__container {
        gap: 3rem;
    }

    .posts__container {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .footer__container {
        grid-template-columns: 1fr 1fr;
    }

    /* #region  BLOG */
    .search__bar-container {
        width: 60%;
    }
    /* #endregion  BLOG */

    /* #region  GENERAL FORM */
    .form__section-container {
        padding: 3rem;
    }
    /* #endregion  GENERAL FORM */

    /* #endregion  GENERAL STYLES */

    /* #region DASHBOARD (Tablets)*/
    .dashboard__container {
        grid-template-columns: 4.5rem auto;
    }
    /*.dashboard aside {
    }*/
    .dashboard aside h5 {
        display: none;
        font-size: 2rem;
    }
    .dashboard main table thead {
        display: none;
    }
    .dashboard main table tr {
        display: flex;
        flex-direction: column;
    }
    .dashboard main table tr:nth-child(even) {
        background: var(--color-gray-900);
    }

    .dashboard main table tr:hover td {
        background: transparent;
    }

    /* #endregion DASHBOARD */

    .sidebar__toggle {
        display: none;
        
    }
    /* #endregion  MEDIA QUERIES *(Medium-Sized Devices) */
    }

    /* #region  MEDIA QUERIES (Small-Sized Devices) */

    @media screen and (max-width: 600px) {
    section {
        margin-top: 2rem;
    }
    h1 {
        font-size: 2rem;
    }
    .featured {
        margin-top: 6rem;
    }
    .featured__container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .posts__container {
        grid-template-columns: 1fr;
    }

    .category__buttons-container {
        grid-template-columns: 1fr 1fr;
    }
    .footer__container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    /* #region  BLOG */
    .search__bar-container {
        width: var(--container-width-md);
    }
    /* #endregion  BLOG */

    /* #region  SINGLE POST */
    .singlepost__container {
        background-color: transparent;
        padding: 0;
    }
    /* #endregion  SINGLE POST */

    /* #region  GENERAL FORM*/
    .form__section-container {
        padding: 0;
    }
    .form__section form a {
        padding-bottom: 2rem;
    }
    /* #endregion  GENERAL FORM*/

    /* #region  DASHBAORD*/
    .dashboard {
        margin-top: 5rem;
    }
    .dashboard__container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .dashboard main {
        margin: 0;
    }
    .dashboard main h2 {
        margin-top: 1rem;
    }
    .dashboard aside {
        /* position: fixed; */
        box-shadow: 2rem 0 4rem rgba(0, 0, 0, 0.4);
        left: 0;
        z-index: 2;
        /* height: 30vw; */
        transition: var(--transition);
        background: var(--color-primary);
        border-radius: 5%;
    }
    .singlepost__container{
        box-shadow: none;
    }

    .dashboard .sidebar__toggle {
        display: inline-block;
        background: var(--color-primary-variant);
        color: var(--color-white);
        position: fixed;
        right: 0;
        bottom: 4rem;
        z-index: 1;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50% 0 0 50%;
        font-size: 1.3rem;
        cursor: pointer;
        height: 4rem;
        box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.4);
    }

    .dashboard aside a h5 {
        display: inline-block;
    }

    #hide_sidebar-btn {
        display: none;
    }
    /* #endregion  DASHBAORD*/
    }
    /* #endregion  MEDIA QUERIES (Small-Sized Devices) */

    .line{
    justify-content: center;
    color: rgb(32, 8, 8);
    font-size: large;
    align-items: center;
    text-align: center;
    font-weight: bold;
    }