:root {
    --primary-color : cornflowerblue;
    --primary-text-color : #555555;
    --main-background-color : #EFEFEF;
    --default-color : #3F3B37;
    --red-color : #AD354B;
    --about-width : 60%;
    --about-font-size:18px;
}
:root {
    --side-bar-width : 210px;
    --top-bar-height: 90px;
    --side-bar-link-height : 40px;
}
@media only screen and (max-width: 800px){
    :root{
            --top-bar-height: 50px;
    }
}
  
