@font-face {
  font-family: 'Win98';
  src: url('fonts/98Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Win98';
  src: url('fonts/98Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  background: #004e98;
  font-family: 'Win98', sans-serif;
  margin: 0;
  padding: 20px;
}

.window {
  width: 400px;
  background: silver;
  border: 2px solid #000;
  box-shadow: 2px 2px black;
}

.title-bar {
  background: darkblue;
  color: white;
  padding: 4px 8px;
  font-family: 'Win98', sans-serif;
  font-size: 14px;
}

.window-body {
  padding: 12px;
  background: #c0c0c0;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
}

ul {
  padding-left: 20px;
}

a {
  color: blue;
  text-decoration: underline;
}
