*{
    margin: 0;
}
body{
     min-height: 100vh;

}
header{
    /* height: 40px; */
    min-height: 40px;
    height: auto;
    background-color: rgb(192, 192, 192,0.3);
    margin: 0 40px;
    border-radius:0 0 10px 10px  ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.header_dis{
    display: flex;
}
.header_dis h3{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header img{
height: 20px;
width: 20px;
margin-left: 20px;    
}
.Calendar_name{
    min-height: 100px;
    height: auto;
    background-color: rgb(53, 53, 145);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px; 
}
.Calendar_name h1{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-right: 150px;
    font-size:50px ;
}
.Calendar_table{
margin: 30px 60px;
/* overflow-x: auto; */
/* width: 100%; */
}
.Calendar_table h3{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    margin-bottom: 20px;
}
table{
    background-color: silver;
    width: 100%;
    min-height: 300px;
    height: 100%;
    border: 0;
}

table th,td{
 text-align: center;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
height: 40px;
/* min-height: 70px;
height: auto; */
border: 0;
}