body {
  background-color: #f1e7dd;
  color: black; 
}

h2 {
  font-family: "Times New Roman", Times, serif;
}


.distill-site-header.title {
 font-family: "Times New Roman", Times, serif;
}

.distill-site-nav {
  font-size:  18px;
  font-weight: 700;
  color:  #353535;
}

.nav-left .title{
    color: #f1e7dd;
    font-size:  18px;
  }


  .nav-left .title:hover{
    color:#2a3d45;
  }

  .nav-right a{
    color: #f1e7dd;
  }

  .nav-right a:hover{
    color:#2a3d45;
  }
  
table
{
    background-color: #d0b8ac;
    border:1px solid #ddd;
    empty-cells:show;
    font-size:90%;
    margin:0 0 20px 0;
    padding:4px;
    text-align:left;
    width:800px;
}

.user-select-none.svg-container{
            left: -110px;
        }
  
  