.Error {
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.ErrorInfo {
  border-bottom: 1px solid #000;
  padding: 20px 100px;
}

.ErrorInfo__Code {
  font-size: 36px;
}

.ChkeKList {
  list-style-type: disc;
  margin: 40px;
}

.ChkeKList__ListItem {
  margin: 0 0 1em 2em;
}

.ReturnLink {
  text-align: center;
  font-size: 16px;
}

.ReturnLink a:hover{
  text-decoration: underline;
}