.error {
  background-image: url(../../images/404.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 450px;
}
.errorText {
  float: right;
  width: 50%;
  padding-top: 100px;
}
.errorText a {
  border: 4px solid #469f1f;
  font-size: 20px;
  font-weight: bold;
  color: #469f1f;
  padding: 4px;
}
p.errorP {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}
ol {
  padding: 25px 0px;
}
li {
  font-size: 18px;
  color: #adadad;
}
