#status {
  user-select: none;
  position: absolute;
  z-index: 100;
  left: calc(50vw - 110px);
  background: white;
  font-size: 10px;
  padding-bottom: 3px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 18px;
  top: 0;
}
#emulator {
  height: 100vh;
  width: 100vw;
  display: flex;
}
#emulator > div {
  white-space: pre;
  font: 14px monospace;
  line-height: 14px;
}
#emulator > canvas {
  display: none;
  margin: auto;
}
.paused canvas {
  opacity: 0.2;
  filter: blur(2px);
  z-index: -100;
}
#information {
  text-align: center;
  position: absolute;
  width: 100vw;
  bottom: 50px;
  font-size: 18px;
}
#floppy-path {
  font-size: 0.6rem;
  width: 100%;
  height: 30px;
  padding-left: 8px;
  border-color: #000 #fff #fff #000;
  border-style: solid;
  border-width: 2px;
  background-color: #c3c3c3;
  line-height: 27px;
}
#file-input {
  display: none;
}
.settings legend > img {
  margin-right: 5px;
}
#section-start {
  display: flex;
  flex-direction: column;
}
#section-start > small {
  margin-top: 25px;
  font-size: 0.8rem;
}
/* GENERAL RESETS */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #000;
}
body.paused > #emulator {
  display: none;
}
body.paused {
  background: #008080;
  font-family: Courier;
}
#buttons {
  user-select: none;
}
section {
  display: flex;
  position: absolute;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.card {
  width: 75%;
  max-width: 700px;
  min-width: 400px;
}
.card .card-title img {
  margin-right: 5px;
}
.nav-link > img,
.btn > img {
  height: 24px;
  margin-right: 4px;
}
.windows95 * {
  user-select: none;
}
.windows95 *:focus {
  outline: none;
}
.windows95 nav .nav-link,
.windows95 nav .nav-logo {
  height: 37px;
  display: flex;
}
.windows95 nav .nav-logo img {
  margin-left: 2px;
  max-height: 20px;
}
.windows95 nav .nav-logo > span {
  position: absolute;
  top: 9px;
  left: 37px;
  font-weight: bold;
}
.windows95 .btn {
  height: 40px;
  padding-top: 3px;
}
.windows95 .btn:focus {
  border-color: #fff #000 #000 #fff;
  outline: 5px auto -webkit-focus-ring-color;
}
.windows95 .btn.active:before,
.windows95 .btn:focus:before,
.windows95 button.active:before,
.windows95 button:focus:before,
.windows95 input[type=submit].active:before,
.windows95 input[type=submit]:focus:before {
  border-color: #dedede grey grey #dedede;
}
.windows95 .card .link,
.windows95 .card .link:active,
.windows95 .card .link:link,
.windows95 .card .link:visited,
.windows95 .card a,
.windows95 .card a:active,
.windows95 .card a:link,
.windows95 .card a:visited {
  color: #008080;
  text-decoration: underline;
  cursor: pointer;
}
.windows95 .card fieldset:before {
  pointer-events: none;
}


/*# sourceMappingURL=../root.f39bf48d.css.map */