@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: #008080;
  font-family: 'Win98', sans-serif;
  margin: 0;
  padding: 20px;
}

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

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

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

h1 {
  font-family: 'Win98', sans-serif;
  font-size: 20px;
  margin-top: 0;
}
