.dropbtn {
    background-color: #FFFFAA;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.dropbtn:hover, .dropbtn:focus {
    background-color: #DCEDEA;
}


.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFAA;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0,0);
    z-index: 1;
}


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.dropdown-content a:hover {background-color: #DEE8AA;}


.show {display:block;}

.sidebar {
  height: 100%;
  width: 150px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  padding-top: 16px;
}

.sidebar a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  display: block;
}

.sidebar a:hover {
  color: #0F64c0;
}

.main {
  margin-left: 200px;
  padding: 0px 10px;
}

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

.time {
  text-align:center;
  font-family:arial,helvetica,sans-serif;
  font-weight:700;
  font-size:16px;
  color:#000200;
  }
  
  .quote2 {
    text-align:center;
    background-color:#FFFFC2;
    font-family:arial,helvetica;
    font-size:25pt;
    color:#330000;
    font-weight:600;
  }

 .quote2:hover {
  background-color:#DEE8AA;
  }
  
   .timequote {
  text-align:center;
  font-family:arial;
  font-weight:700;
  font-size:15px;
  color:#202020;
 }  
 
 .button1 {
   border:palevioletred 1px solid;
   border-radius:5px;
   background-color:#DEE8AA;
   font-family:times;
   font-size:20px;color:#102030;
  }
   
 .button1:hover {
   background-color:#FFFFC2;
  }
  
  .div1 {
    border:8px solid#f1f1f1;
  }
  
  .div2 {
    border:8px solid#dfeef0;
  } 
  
  .div3 {
    border:8px solid#f1f1f1;
  }
  
  .randquotes {
    text-align:center;
    font-family:arial,helvetica;
    font-size:16px;
    font-weight:600;
    color:#204020;
  }  
  
  tquotes {
   text-align:center;
   font-family:arial;
   font-weight:700;
   font-size:18px;
   color:#202020;
  }  
  
  .quotes-intro {
    color:#800080;
    font-family:arial;
    font-size:18px;
    margin-left:2px;
  }
    
 .cutes {
   text-align:center;
   border:8px solid#FFFFF0;
   font-family:georgia,helvetica;
   font-size:20pt;
   color:#102010;
  }
   
 .cutes-title {
   text-align:center;font-family:trebuchet;font-size:25pt;color:#DB6E00;font-weight:bold;
   }
  
 .cutes-title:hover {
   color:#FFA62F;
  }   

    