body {
  background-image: url('/assets/BG1.png');
}

a:link {
  color: #1a0b20;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #1a0b20;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  font-style: italic;
}

html {
  text-align: center;
  color: #1a0b20;
  font-family: verdana;
  font-size: 80%;
}

#copyright {
  font-family:verdana;
  font-size: 60%;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: #dd9ff5;
}
 
::-webkit-scrollbar-track {
  width: 0;  
  background: #e8c2f7;
  border: 1px solid #dd9ff5;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #d178f4;
  border: 1px solid #1a0b20;
}
::-webkit-scrollbar-thumb:hover {
  background: #bf6cdf;  
  border-radius: 8px;
}

/* Navigation */
ul {
  list-style-type: none;
  background-color: #d178f4;
  border: 1px dashed purple;
  border-radius: 8px;
  margin: 5px;
  padding: 0;
  width: 150px;
  position: fixed;
  height: 100%;
  overflow: auto;
}

li {
  display: block;
  border-bottom: 1px dotted #1a0b20;
}

li a, .dropbtn {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #bf6cdf;
}

li.dropdown {
  display: block;
}

.dropdown-content {
  display: none;
  background-color: #d486f2;
  border-top: none;
  z-index: 10;
}

.dropdown-content a {
  color: #1a0b20;
  text-decoration: none;
  display: block;
  text-align: left;
  border-top: 1px dotted #1a0b20;
}

.dropdown-content a:hover {
  background-color: #ca7ce9;
  color: #000;
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.postheader {
  background-color: #d178f4;
  color: #1a0b20;
  border: 1px dashed #1a0b20;
  padding: 5px 5px 10px 15px;
  border-radius: 8px;
  text-align: left;
  border-bottom-right-radius: 80px;
  max-width: 350px;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  margin-top: 5px;
}

.container {
  text-align: center;
  overflow: auto;
  max-width: 250px;
  max-height: 230px;
  margin: 10px 0 0 10px;
  border-radius: 8px;
  display: inline-block;
}

.content {
  background-color: #bd92ce;
  background-image: url('/assets/BG2.png');
  border: 2px dashed #1a0b20;
  border-radius: 8px;
  padding: 15px;
}

.header {
  padding: 10px;
  margin: auto;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -17px;
  background-color: #1a0b20;
  color: #a478b5;
  border-radius: 6px;
  border: 2px solid #a478b5;
  text-align: center;
}

/* Quotes / Display boxes */
.dtitle {
  padding: 7px;
  margin: auto;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -10px;
  background-color: #1a0b20;
  color: #a478b5;
  border-radius: 6px;
  border: 2px solid #a478b5;
  text-align: left;
  font-size: 16px;
}

.display {
  background-color: rgba(232,194,247,0.7);
  border: 1px solid #1a0b20;
  border-radius: 8px;
  padding: 5px;
  margin-top: 5px;
}