::-webkit-scrollbar {
    width: 12px;
}



:root {
    --color-test : #c0b2b220 ;
    --text-color: #fff ;
    --main-color: #12487d;
    --secondary-color: #000000 ;
    --background-color: #0c3053;
    --background-secondary-color: #5b8ec2;
    --background-third-color: #0c3053 ;
    --highlight-color: #8aa6c2;


    --backgroundLgt-color: #f57d89;
    --secondary-switch: #ff0000;
    

    --font-sizeBIG: 70px;
    --font-size: 30px;
    --font-sizeSMALL: 15px;

    --Content-margin: 5px ;
    --Content-radius: 10px ;
    --Content-height: 2000px ;
    --Content-width: 750px;

    --transition-button: .25s ease-in-out ;

    --main-border: 2px solid;
    --Content-border: 2px dashed;
    --Content-padding: 10px;
    --Body-padding: 100px;
}

::selection {
    background: var(--highlight-color);
}


* {
    scrollbar-width: none;
    scrollbar-color: var(--background-color) var(--secondary-color);
}


::-webkit-scrollbar {
    width: 12px;
}


::-webkit-scrollbar-track {
    background: var(--secondary-color); 
}


::-webkit-scrollbar-thumb {
    background: var(--background-color); 
    border-radius: 10px;
    border: 3px solid var(--secondary-color); 
}

.H2Books {
    color: var(--secondary-switch) ;
}

.Imean {
    font-family: "Boxing";
}

h1 {
    font-size: var(--font-sizeBIG);
}

#CommunistContainer {
    display: flex;
    gap: 1rem;
    
}

#HonestlyIdontHaveNamesAnymore {
    display: flex;
    flex-direction: column;
    
}

#CommunistText {
    margin-top: auto;
    width: 400px;
}

#Content img {
    height: 300px;
}