@font-face {
  font-family: HAVEN;
  src: url("/font/Haven-Regular.ttf");
}
body {
  background-color: black;
  border: 2px solid white;
  border-radius: 8px;
  color: white;
  font-family: "Monaco", monospace;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  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{
  color: #ffe000;
  text-align: center;
  font-family: HAVEN;
  font-weight: normal;
  font-size: 350%;
}
h2{
  color: #ffe000;
  text-align: center;
}
.issue {
  text-align: center;
}
nav {
  text-align: center;
}
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;
  cursor: default;
}

.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;
}
.dialogue {
  text-align: left;
  border: 2px dashed white;
  padding: 5px;
  max-width: 640px;
}
a {
  text-decoration: none;
}
.issue p {
  color:white;
}
button {
  padding: 10px;
  color: white;
  background: #303030;
  border: 3px solid #202020;
  font-family: "Monaco", monospace;
  cursor: pointer;
}