#bsodcontainer {
  background: #3973aa;
  color: #fefeff;
  height: 100vh;
  margin: 0;
}

#bsod {
  display: table;
  height: 100%;
  margin: 0 min(10%, 150px);
  margin-top: -10px;
  width: 70%;
  max-width: 900px;
  font-size: 20px;
}

#bsod #container {
  display: block;
  margin-top: 100px;
}

#bsod h1,
#bsod h2,
#bsod h3,
#bsod h4,
#bsod h5 {
  font-weight: normal;
  padding: 0;
  margin: 25px 0;
  margin-top: 0;
  font-weight: 300;
}

#bsod h1 {
  font-size: 6.5em;
  margin-bottom: 10px;
}

#bsod h2 {
  font-size: 1.5em;
}

#bsod h4 {
  font-size: 1.4em;
  line-height: 1.5em;
}

#bsod h5 {
  line-height: 1.1em;
  font-size: 1.3em;
}

#bsod #details {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  padding-top: 10px;
}

#bsod #qr {
  flex: 0 1 auto;
}

#bsod #image {
  background: white;
  padding: 5px;
  line-height: 0;
}

#bsod #image img {
  width: 9.8em;
  height: 9.8em;
}

#bsod #stopcode {
  padding-left: 10px;
  flex: 1 1 auto;
}

@media (min-width: 840px) {
  #bsod #page {
    font-size: 140%;
    width: 800px;
  }
}
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,700");
body {

  font-family: "Roboto", sans-serif;

}
#windows-container {
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 888;
  color:#fff !important;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
}
.window {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.container {
  width: 150px;
  height: 20px;
  border: 2px solid #b2b2b2;
  border-radius: 7px;
  margin: 0 10px;
  padding: 2px 1px;
  overflow: hidden;
  font-size: 0;
}
.box {
  width: 9px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #2838c7 0%,
    #5979ef 17%,
    #869ef3 32%,
    #869ef3 45%,
    #5979ef 59%,
    #2838c7 100%
  );
  display: inline-block;
  margin-right: 2px;
  animation: loader 2s infinite;
  animation-timing-function: linear;
}
.logo {
  width: 220px;
  margin: 30px auto;
}
.logo p {
  margin: 0;
  padding: 0;
}
.top {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
.top:after {
  content: "\00a9";
  font-size: 10px;
  position: relative;
  top: -5px;
  margin-left: 2px;
}
.mid {
  font-size: 46px;
  font-weight: 700;
  line-height: 36px;
}
.mid span {
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
  color: #ff6821;
  margin-top: -8px;
}
.logo .bottom {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-left: 5px;
}
@keyframes loader {
  0% {
    transform: translate(-30px);
  }
  100% {
    transform: translate(150px);
  }
}

#fake-console-container {
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 889;
}
#fake-console-container pre {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: lighter;
  color: #c9cccc;
}
