 @import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

.myhead {
    /*margin-left: 200px; */   /* Same as the width of the sidenav */
    width:100%;
    padding: 10px 0px 5px 10px;
    box-shadow: 1px 1px 1px black;
}

.mtitle {
    color: #000;
    padding:0px 0px 0px 15px;
}

.ltitle {
    color: #000;
    padding:0px 0px 0px 15px;
    width:600px;
    margin-left: auto;
    margin-right: auto;

}


.sidenav {
    background-color: lightgray;
    box-shadow: 1px 1px 1px black;
    height: 100%;
    /* width: 200px; */
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;

    transition: 0.5s;

    padding-top: 20px;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;

    transition: 0.5s;

}

.sidenav a:hover {
    color:#000;
    font-size: 16px;
    font-weight: bold;
}

.main {
    height: 100%;
    color: #000;
   
}

.main a {
    padding: 0px 0px 2px 0px; 
    font-size: 16px;
    text-decoration: none;
    color: #000;
    display: block;
}

.main a:hover {
    color:#000;
    font-weight: bold;
}

ul  {
    list-style-type: none;
    width:600px;
    margin-left: auto;
    margin-right: auto;

}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

#myhead {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 16px;}
}
