body {
  background: url('grass.gif') repeat;
  font-family: 'Press Start 2P', monospace;
  color: black;
  text-align: center;
}

/* VHS effect stays */
.vhs-overlay .noise,
.vhs-overlay .lines,
.vhs-overlay .scanlines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Windows 98 Window Box */
.window {
  width: 600px;
  margin: 100px auto;
  border: 3px solid #000;
  background: #C0C0C0;
  box-shadow: inset -2px -2px #808080, inset 2px 2px #FFF;
}

.title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000080;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-bottom: 2px solid #808080;
}

.title-bar .window-controls span {
  margin-left: 6px;
  cursor: pointer;
}

.window-body {
  padding: 15px;
  text-align: left;
  background: #C0C0C0;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
}

/* Navigation */
nav {
  background: #C0C0C0;
  padding: 5px;
  margin-bottom: 15px;
}

nav a {
  color: black;
  background: #E0E0E0;
  border: 2px solid #808080;
  padding: 5px 8px;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
  box-shadow: inset -1px -1px #FFF, inset 1px 1px #808080;
}

nav a:hover {
  background: #A0A0FF;
}
