
body {
  background-image: url('../assets/win95_bg.jpg');
  background-size: cover;
  font-family: 'Courier New', monospace;
  cursor: url('../assets/cursor_win98.cur'), auto;
}
.window {
  background: white;
  width: 600px;
  padding: 20px;
  margin: 50px auto;
  border: 2px solid black;
}
.title-bar {
  background: #000080;
  color: white;
  padding: 5px;
  font-weight: bold;
}
.desktop-icons a {
  display: inline-block;
  text-align: center;
  margin: 10px;
}
.desktop-icons img {
  width: 32px;
  height: 32px;
}
.terminal {
  margin-top: 20px;
  font-size: 14px;
  background: black;
  color: green;
  padding: 10px;
}
