body {
  background-color: #008080;
  font-family: "MS Sans Serif", sans-serif;
  color: #ffffff
}

.topnav {
  background-color: #d0d0d0;
  overflow: hidden;
  height: 32px;
  border-radius: 20px;
}

.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.topnav ul li a {
  float: left;
  color: black;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
  font-size: 14px;
}

.topnav ul li a:hover {
  background-color: slategray;
  border-bottom: solid 2px #404040;
  color: white;
}

.topnav ul li a.active {
  background-color: darkslategray;
  border-bottom: solid 2px #404040;
  color: white;
}

.window {
  background-color: #b4aaaa;
  border: 2px solid #fff;
  border-top-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #404040;
  border-right-color: #404040;
  box-shadow:
    inset -1px -1px #808080,
    inset 1px 1px #dfdfdf;
  padding: 10px;
  margin-bottom: 20px;
  width: 400px;
}

.title-bar {
  background: linear-gradient(to right, #000080, #0000a0);
  color: white;
  padding: 4px 8px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-bar-text {
  font-size: 14px;
}

.title-bar-buttons {
  display: flex;
  gap: 2px;
}

.but {
  width: 88px;
  height: 31px;
  image-rendering: pixelated !important;
}

.title-bar-button {
  width: 16px;
  height: 14px;
  background-color: #c0c0c0;
  border: 2px solid #fff;
  border-top-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #404040;
  border-right-color: #404040;
}

body {
  background-color: #008080;
  font-family: "MS Sans Serif", sans-serif;
  padding: 20px;
}

.wrapper {
  width: 225px;
  margin: 50px auto;
  font-family: sans-serif;
  border: 1px solid #ccc;
  padding: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.folder-link {
  display: flex;
  align-items: center;
  background-color: #c0c0c0;
  border: 2px outset #fff;
  padding: 4px 8px;
  margin: 8px 0;
  width: 200px;
  color: black;
  text-decoration: none;
  box-shadow:
    inset -1px -1px 0 #808080,
    inset 1px 1px 0 #fff;
}

.folder-link:hover {
  background-color: #a0a0a0;
}
.folder-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.folder-icon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-image: url(/assets/images/writeups/Win95foldernew.png);
  background-size: cover;
}
button {
  background-color: #c0c0c0;
  border: 2px solid #fff;
  border-top-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #404040;
  border-right-color: #404040;
  font-family: "MS Sans Serif", Tahoma, sans-serif;
  padding: 2px 8px;
  margin-top: 10px;
}

button:active {
  border-top-color: #404040;
  border-left-color: #404040;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

input,
textarea {
  border: 2px inset #808080;
  background-color: #fff;
  font-family: "MS Sans Serif", Tahoma, sans-serif;
  padding: 2px;
  margin: 5px 0;
}

footer {
  font-size: 11px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.wrapperlax {
  width: 600px;
  margin: 50px auto;
  font-family: sans-serif;
  border: 1px solid #ccc;
  padding: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
aside {
  margin-top: 50px;
  width: 30%;
  float: right;
  font-style: italic;
}
.buttonwrapper {
  width: 850px;
  margin: 50px auto;
  font-family: sans-serif;
  border: 1px solid #ccc;
  padding: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}