.hero-404 {
    background: url("../images/banner404.png");
    background-position: center;
}

.hero-404 h1 {
    color: var(--text-light);
    margin-bottom: 1.4rem;
}

.not-found-container {
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.not-found-container p {
    font-size: 1.4rem;
}