.nunito-uniquifier {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
#contcalendar{

    width:230px;
    margin:auto;
    margin-top:100px;
    background-color:#904044;
    -webkit-box-shadow: 10px 10px 10px #212121;
     filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=120,strength=5);
    box-shadow: 10px 10px 10px #212121;
    border:1px ridge #aaa;
    border-radius:10px;
    }
    
#contcalendar table{
    
    margin:auto;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    line-height:20px;
    text-shadow: 10px 10px 10px #232711;
     filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=120,strength=7);                 
     
    }
body {

    background-color: cadetblue;
}
.flex-container {
    padding: auto;
    margin: auto;
    
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
} 
.flex-container >*{
    justify-content: space-around;
    justify-content: space-evenly;
    font-family: minito, sans-serif;
    font-size: large;
    text-align: center;
    color: #fff;
}
.flex-item-2 {
    align-items: flex-center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-content: space-evenly;
    
}

h2 {
    color: #fff;
    font-family: minito,sans-serif;
    font-size: xx-larger;
}
p {
    color: #fff;
    font-family: minito, sans-serif;
    font-size: medium;
}
li {
    color: #fff;
    font-family: minito, sans-serif;
    font-size: medium;
}
td, tr {
    color: #fff;
    font-family: minito, sans-serif;
    font-size: medium;
}
nav {
    margin: auto;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    background-color: rgb(238, 229, 101);
    font-family: Nunito, sans-serif;
    color: #000;
   justify-content: center;
    width: 800px;
}
nav *{
    margin: auto;
    color: rgb(238, 229, 101);
    font-family: Nunito, sans-serif;
    color: #000;
    text-align: left 
}
.flex-item-1{
    width: 10%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 950px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}



  
}
