  .error-main {
  margin: 46px auto 58px;
}

.error-button-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 83px;
}

.error-button {
  box-sizing: border-box;
  border: solid 1px #466f86;
  padding: 28px 5px 29px;
  width: 433px;
  max-width: 100%;
  border-radius: 3px;
  background-color: #002c45;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.3s;
}
