@import url(fonts);

body {
  font-family: 'Lato', sans-serif;
  background: #233447;
  text-align: center;
  background-image: url("images/stars.svg");
  background-position: center;
  min-width: 500px;
  color: #fafafa;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  cursor: default;
  margin: 50px auto;
  padding: auto;
}

.satellite {
  position: absolute;
  bottom: 2%;
  left: 0%;
  background-image: url("images/satellite.svg");
  height: 40%;
  width: 40%;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 150px;
}

.errorMessage {
  background: rgba(53,74,98,.4);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 500px;
  width: 500px;
  margin: 100px auto;
  border-radius: 50%;
  text-align: center;
  border: 50px solid rgba(53,74,98,.6);
}

.errorCode {
  padding-top: 20%;
  font-size: 6.3em;
  color: #FF5B00;
}

.interesting {
  color: #FBCE34;
}

.reason {
  font-size: 1.618em;
  font-weight: 400;
}

.reasonEmphasize {
  font-weight: 400;
}

.explain {
  font-size: 1em;
  font-weight: 300;
}
