.errorCode {
  font-family: 'Source Sans Pro', sans-serif;
  transition: color .2s linear;
  font-size:148px;
  line-height:60px;
  color:rgba(255,255,255,.4);
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.errorMessage {
  font-family: 'Source Sans Pro', sans-serif;
  transition: color .2s linear;
  color:rgba(255,255,255,.8);
  max-width:500px;
  font-size:46px;
  line-height:46px;
}
.errorDescription {
  font-family: 'Source Sans Pro', sans-serif;
  transition: color .2s linear;
  max-width:700px;
  color:rgba(255,255,255,.5);
  font-size:36px;
  line-height:46px;
}
.errorDescription hr {
   height:1px;
   background-color: rgba(255,255,255,.2);
   border:none;
   width:700px;
   margin:35px 0;
 }
 .cscreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
