
.content{
  font-family: serif;
  background-color: #1d0042;
  border: 12px ridge #0682d4;
  box-shadow: none;
  padding-top: 25px;
  max-width: 800px;
}

.tags {
  background-color: black;
  border: 10px solid black;
  box-shadow: none;
  max-width: 800px;
  padding-bottom: 30px;
}

.tagimages {
  position:relative;
  float: right;
}

.construction{ 
  margin-top:0;
  position: fixed;
  bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}

div {
  display: block;
}

body {
  font-family:serif;
  background-color: black;
  color: white;
}

a {
  color: #c44db0;
}

a:hover {
  color: #842593;
}

#quote{
  font-size: 12px;
  color: orange;
  line-height:0px;
}
#headers{
 line-height: 0;
 white-space:nowrap;
}
