.page-not-found-zone{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-not-found-header{
    font-size: 11rem;
    /* font-size: 30vw; */
    color: var(--font-color2);
}
.page-not-found-title{
    font-size: 2rem;
    /* font-size: 5vw; */
    color: var(--font-color1);
}
.page-not-found-description{
    /* font-size: 3.5vw; */
    text-align: center;
    color: var(--font-color1);
}

