.custom-404 {
  text-align: center;
  padding: 80px 20px;
}

.custom-404 .error-code {
  font-size: 120px;
  line-height: 1em;
  font-weight: 800;
  color: var(--main);
  text-shadow: 4px 4px #ccc;
  margin-bottom: 20px;
}

.custom-404 .error-message {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.3em;
  color: #333;
}

.custom-404 .error-actions {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/*
.custom-404 .error-actions a {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 10px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #007c91;
  border-radius: 4px;
  transition: all 0.3s ease;
}
/* */

.custom-404 .button-home,
.custom-404 .button-home:hover {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    color: var(--white);
    padding: 10px 20px;
    border: 1px solid var(--red);
    background: var(--red);
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    width: 150px;
}


.custom-404 .button-about,
.custom-404 .button-about:hover {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: var(--main);
    padding: 10px 20px;
    border: 1px solid var(--main);
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    width: 150px;
}
