
html, body {
  background: transparent;
  margin: 0;
}


#content {
  position: relative; /* Required for the overlay to stay inside */
  border-top: 5px solid MediumOrchid;
  border-left: 5px solid Purple;
  border-right: 5px solid MediumOrchid;
  border-bottom: 5px solid Purple;
  padding: 10px;
  overflow: hidden; /* Keeps the scan lines from spilling out */
  font-family: "Courier New";
  background: rgba(221, 160, 221, 0.5); 
}


.skullani {
  display: block;
  margin: 0 auto;
}
