.vip-not-found {
  text-align: center;
  padding: 70px;
}


.vip-contact-text-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 30px;
}

.vip-content-404 {
    font-size: 50px;
    margin: 0;
    background-color: var(--white-bg);
    color: var(--black-text);
    text-align: center;
    padding: 100px;
}

.vip-contact-text-404 a {
    text-decoration: none;
    color: var(--black-text;
    font-weight: bold;
    transition: color 0.3s ease-out;
    text-align: center;
}

.vip-contact-text-404 a:hover {
    color: var(--red);
}