@font-face {
    font-family: win95;
    src: url("W95FA.otf");
}

        body {
           background-color: #008282;
  font-family: win95;
  color: black;
        }

        .window-border {
  border: solid #c3c3c3 1px;
  max-width: 640px;
  max-height: 480px;
  background-color: #c3c3c3;
  border-bottom: solid black 1px;
  border-right: solid black 1px;
  border-left: solid #c3c3c3 1px;
  border-top: solid #c3c3c3 1px;
    display: block;
}

.window {
  border: solid #c3c3c3 1px;
  max-width: 637px;
  height: 476px;
  background-color: #c3c3c3;
  border-bottom: solid #828282 1px;
  border-right: solid #828282 1px;
  border-left: solid white 1px;
  border-top: solid white 1px;
  padding: 1px;
  display: inline-block;
  
}

.wTop {
    height: 18px;
  background-color: #000082;
  color: white;
  font-weight: 700;
  width: 630px;
  padding: 3px;
}

.main {
  position: absolute;
  box-shadow: 15px 15px #00000061;
    display: block;
    left: 33%;

}

.next {
   width: 120px; text-align: center; outline: solid 1px black; border: outset 2px black;
}

.hr {
  border-bottom: solid white 1px;border-right: solid white 1px;margin-left: -466px;width: 490%;
}

#installationStatus {
    background-color: white;
  font-family: Courier;
  font-size: 0.7em;
  padding: 10px;
  line-height: 0.5;
  width: 400px;
  position: relative;
  border: solid 1px;
  left: 120px;
  bottom: 20px;
  display: inline-block;
  height: 150px;
  overflow: scroll;
}