@media all and (max-width: 480px){

body {
  font-family: "Courier", serif;
}

.sidenav {
  height: 100%;
  width: 100%;
  position: sticky;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 0px;
background-color: none;
}

.sidenav a {
  padding: 0px 0px 0px 0px; /* top right bottom left */
  text-decoration: none;
  font-size: 10px;
  color: #faadcf;
  display: inline;
}

.sidenav a:hover {
  color: deeppink;
}

.main {
  margin-left: 2%; /* Same as the width of the sidenav */
  margin-right: 2%; /* Same as the width of the sidenav */
  font-size: 10px; /* Increased text to enable scrolling */
  color: #faadcf;
  padding-top: 20px;
}

.main-align {
  margin-left: 2%; /* Same as the width of the sidenav */
  margin-right: 2%; /* Same as the width of the sidenav */
  font-size: 10px; /* Increased text to enable scrolling */
  color: #faadcf;
  padding-top: 20px;
  text-align: center;
    line-height: 1.3em;
}

a{
  text-decoration: none;
  font-size: 10px;
  color: deeppink;
}

hr { 
border: 0.5px solid #faadcf;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* images */

.img70
{
width:100%;
float: left;
margin-left: 0%;
}

/* video */

video {
    width: 100%;
    height: auto;
}
    
}
