:root{
   --red: rgb(162,0,0);
   --light_red: rgb(230,0,0);
   --green: rgb(0,182,67);
   --blue: rgb(17,31,135);
   --light_blue: rgb(43,16,229);
   --white: rgb(255,255,255);
   --light_gray: rgb(186,186,186);
   --light_green: rgb(0,226,98);
   --gray: rgb(103,103,103);
   --black: rgb(51,51,51);
   
   --background1: #eee;
   --background2: #fff;
}
body{
    background: var(--background1);
}
.entry-header,.entry-content,.page-header,.page-content .widget-area{
    background: white;
    padding:20px;
    border-radius:20px;
}

.entry-header, page-header{
    text-align:center;
    padding:0px 20px;
    color:var(--blue);
}

.edit-link{
   background: var(--white);
   border:1px solid  var(--red);
   border-radius:5px;
   padding:5px; 
   margin:5px;
}

.main-navigation{
    background: white;
    padding:0px;
    border-radius:10px;
}

.entry-footer{
    margin: 5px 0px;   
}
.widget{
    margin:0px;
}

.main-navigation{
    background: white;
    margin: 5px 0px 0px 0px;
}


.site-branding{
    margin:5px;
    border:0px;
}

hr{
    background-color: var(--background1);
    height: 5px; 
    border-radius: 5px;
}
.widget-area{
    border:0px;
}

.site-description-row {
    font-size: 22px;
    position: relative;
    top: -15px;
    color: #0040B8;
    line-height:1;
}

.site-title{
    margin: 2rem auto;
}

table{
    background-color: var(--white);
    max-width: none;

}