@font-face {
  font-family: HAVEN;
  src: url("/font/Haven-Regular.ttf");
}
body {
  color: white;
  font-family: courier;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  min-width: 256px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-top: 8px;
}

html {
  background-image: url("/images/properSKIES.gif");
  background-position: 0px 0px;
  background-size: 100%;
  background-attachment: fixed;
  
}
h1 {
  text-align: center;
}
h2 {
  color: #ffe000;
  text-align: center;
  font-weight: normal;
}
.issue {
  text-align: center;
}
.issue p {
  color: white;
}
.issue{
  text-decoration: none;
}
nav ul {
  padding: 5px;
  background-color:#404040;
  border-radius: 5px;
  font-weight: bold;
}
nav ul li {
  display: inline;
  border-right: 2px solid #ffffff;
  padding-right: 10px;
}
nav ul li:last-child {
  border-right: none;
}
nav ul li a {
  text-decoration: none;
  color: white;
}
nav li a:hover {
  text-decoration: underline;
}
.selected {
  color:#909090;
}

.panel-regular {
  max-width: 640px;
  max-height: 480px;
  align-self: center;
}
.comic {
  border: 2px solid white;
  border-radius: 5px;
  padding: 10px;
  max-width: 720px;
  align-self: center;
}
.subtitle {
  text-align: center;
}
p a {
  color:#ffe000;
  text-decoration: none;
}
p {
  max-width:512px;
  margin-left: auto;
  margin-right: auto;
}
