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


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


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


.dropdown-content {
    display: none;
    position: absolute;
    background-color: beige;
    min-width: 200px;
    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: #888888;}


.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;}
}
 #more {display: none;}
 
.center { 
  margin: auto;
  width: 80%;
  height: auto;
  border: transparent; 
  padding: 10px;
}

.time {
  text-align:center;
  margin:auto;
  font-family:arial, helvetica, sans-serif;
  font-weight:bold;
  font-size:16px;
  color:#000022;
}

.quote {
  text-align:center;
  font-family:times;
  font-weight:800;
  font-size:30px;
  color:#008800;
  background:#FCFACD;
}

.quote:hover {
  text-align:center;
  font-family:times;
  font-weight:800;
  font-size:30px;
  color:#FAFACD;
  background:#008800;
}

.timequotes {
  text-align:center;
  font-family:arial, helvetica, sans-serif;
  font-weight:500;
  font-size:17px;
  color:#102010;
}

.info {
  border:2px solid#f5deb3;
  text-align:left;
  font-family:times, arial;
  font-weight:500;
  font-size:17px;
  color:#242424;
  background:#fafad2;
  margin-left:10px;
  padding: 20px 10px 20px 10px;
}

.next {
  text-align:center;
  font-family:sans-serif, arial;
  font-weight:500;
  font-size:17px;
  color:#242424;
}

.div1 {
  border:6px solid#ffffe0;  
}

.div2 {
  border:8px solid#fcfacd;  
}

.div3 {
  border:6px solid#ffffe0;  
}

.randquotes {
  text-align:center;
  font-family:arial, helvetica;
  font-size:16px;
  font-weight:500;
  color:#204020;  
}

/* For Quiz */

.topic {
  text-align:center;
  font-family:times;
  font-weight:800;
  font-size:20px;
  color:brown;  
}

.quiz-info {
  Text-align:center;
  font-family:times;
  font-size:14px;
  color:#010101;  
}

/* For Guesswords */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

h1{
  margin-bottom: 5%;
}

body {
    background: #FFFFF0;
    color: #010101;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    display: block;
    align-items: center;
    justify-content: center;
    max-height: 100vh;
}

span {
    border-bottom: 1px solid #534f59;
    display: inline-block;
    font-size: 18px;
    height: 2.4rem;
    line-height: 2.4rem;
    margin: 0 .1rem;
    text-align: center;
    text-transform: uppercase;
    width: 2.4rem;
}

p {
  font-size: 20px;
    font-weight: 300;
    margin-bottom: 2rem;
}

.puzzle {
    display: flex;
    margin-bottom: 2.4rem;
}

.button {
    background: #f4eeff;
    border: none;
    border-bottom: 2px solid #f4eeff;
    cursor: pointer;
    color: #424874;
    font-size: 1.4rem;
    font-weight: 300;
    padding: .8rem;
    transition: background .3s ease, color .3s ease;
}

.button:hover {
    background: #a6b1e1;
}



