.dropbtn {
    background-color: #FFFFFA;
    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: #F5F5DC;
    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: #C2B280;}


.show {display:block;}

.sidebar {
  height: 100%;
  width: 200px;
  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;
  }
  
  .quote {
    text-align:center;
    font-size:30px;
    color:#002000;
    font-family:arial,helvetica;
    background:#EEEEFA;
   }
   
   .quote:hover {
    text-align:center;
    font-size:30px;
    color:#EEEEFA;
    font-family:arial,helvetica;
    background:#002000;
   }
   
   .timequotes {
     text-align:center;
     font-family:arial,helvetica,sans-serif,times;
     font-weight:700;
     font-size:16px;
     color:#222222;
    }
    
    .blink {
    animation: blinker 2s linear infinite;
    color: green;
    font-family: sans-serif,helvetica;
    font-size:25px;
    font-weight:700;
    text-shadow: 2px 2px #000000;
    text-align: center;
    }
    @keyframes blinker {
      50% {
          opacity: 0;
      }
    }
    
    .paragraph {
      text-align:left;
      font-family:arial, tahoma;
      font-size:18px;
      font-weight:450;
      color:#202020;
      margin-left:10px;
    }
    
    .div1 {
      border:8px solid#eeeefa;
    }
    
    .div2 {
      border:8px solid#002000;
    }
    
    .div3 {
      border:8px solid#eeeefa;
    }
    
    .randquotes {
      text-align:center;
      font-family:arial,helvetica;
      font-size:16px;
      font-weight:600;
      color:#204020;
    }