body {
  background-color: #1d1d1d;
  font-size: 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  padding-top: 5%;
  padding-bottom: 10%;
  display: block;
}

.card {
    font-family: 'Fantasque';
    text-align: left;
    font-size: 2em;
    background: #292929;
    color: #c5c8c6;
    padding: 30px;
    /* margin-top: 300px; */
    margin-left: auto;
    margin-right: auto;
    /* margin: 0rem 1rem; */
    width: 30.2rem;
    border-radius: 5px;
}

.block{
    height: 300px;
}

.card .quote {
   display: block;
   font-size: 114px;
}

#search_area{
    font-family: 'Fantasque';
    display: inherit;
    font-size: 20px;
    height: 1.5em;
    width: 70%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #1d1d1d;
    border: 2px solid #22bb66;
    border-radius: 5px;
    color: #00aa82;
    text-align: center;
}

ul{
  list-style-type: none;
  padding: 0px;
}

@font-face {
  font-family: 'Inconsolata';
  src: url("../fonts/Inconsolata-Regular.ttf");
}
@font-face {
    font-family: 'Quinze';
    src: url("../fonts/QuinzeNarrow.ttf");
}
@font-face {
    font-family: 'Fantasque';
    src: url("../fonts/FantasqueSansMono-Regular.ttf");
}
#greeting, .clock{
  font-family: 'Raleway';
  font-size: 4.2em;
  color: #1e4780;
  font-weight: bolder;
  text-align: center;
}

.clock{
    font-family: 'Graduate';
    color: #22bb66;
    font-weight: 100;
    font-size: 10em;
    height: 125px;
}

.Websites {
    /* align-content: center; */
}

.dropbtn {
  background-color: #22bb66;
  font-family: 'Quinze';
  color: #1d1d1d;
  margin: 7px;
  padding: 10px;
  font-size: 1.75em;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

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

a {
  color: #1d1d1d;
  border-color: #1d1d1d00;
  text-decoration: none;
  display: inline-block;
}

.dropdown-content {
  display: none;
  text-align: left;
  position:fixed;
  /* position: absolute; */
  margin: 0px;
  padding: 0px;
  /* left: 0; */
  background-color: #1d1d1d;
  width: 250px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;

}

.dropdown-content a {
  color: #c4c5c6;
  border: 1px solid;
  border-color: #1d1d1d;
  padding: 2px 3px;
  text-decoration: none;
  display: inline-block;
}

.dropdown-content a:hover {
    background-color: #1d1d1d;
    border: 1px solid;
    border-color: #c4c5c6;
    border-radius: 4px;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn { background-color: #c4c5c6; }

.dropbtn.General { background-color: #aa2244; }
.dropbtn.Classes { background-color: #22bb66; }
.dropbtn.Reddit { background-color: #2fb7bb; }
.dropbtn.Entertainment { background-color: #4f8fcf; }
.dropbtn.Configuration { background-color: #aa6abb; }
.dropdown-content.Configuration { width: 200px; }

.sub-level > li {
  font-family: 'Fantasque';
  font-size: 2em;
  color: #00aa82;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px;
}

.sub-level li::before{
  content: "+";
  margin-left: 2px;
}
