/* Base */
@font-face {
  font-family: "Kode Mono";
  src: url(KodeMono-Regular.ttf);
}

@font-face {
  font-family: "Playfair Italic";
  src: url(PlayfairDisplay-Italic.ttf);
}

@font-face {
  font-family: "Playfair";
  src: url(PlayfairDisplay-Regular.ttf);
}
  
body {
  background-color: Black;
  color: HoneyDew;
  font-size: 18px;
  font-family: "Playfair","Didot","Times New Roman",serif;
  letter-spacing: 1px;
}

i {
  font-family: "Playfair Italic";
}

/* Top and bottom bars */
#top,
#bottom {
  text-align: center;
  color: HoneyDew;
}

/* Menus */
#top-menu,
#bottom-menu {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Main content */
#main {
  background-color: Black;
  color: HoneyDew;
}

/* iframe */
iframe {
  margin: auto;
  display: block;
}

/* Cat box */
#cat {
  height: 100px;
  width: 116px;
  font-size: 8px;
  font-family: "Lucida Console","Monaco", monospace;
  white-space: pre;
  margin: auto;
  line-height:5px;
  padding-top: 20px;
}

/* Headings */
h1, h2, h3 {
  text-align: center;
  color: White;
  letter-spacing: 3px;
}
h1 {
  font-size: 56px;
  text-transform: uppercase;
  text-shadow: 0 0 6px PaleGreen;
}
h2 {
  font-size: 32px;
  text-shadow: 0 0 3px PaleGreen;
}
h3 {
  font-size:24px;
  text-shadow: 0 0 3px PaleGreen;
}

/* Links */
a {
  font-family: "Kode Mono","Lucida Console","Monaco", monospace;
  color: White;
  text-decoration: none;
}
a:hover {
  color: PaleGreen;
  text-decoration: underline;
}

.center {
  text-align: center;
}

.detail {
  letter-spacing: 2px;
}





