#hiba{
    margin-top: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 0;

    flex: 1;
    
    color: var(--textColor);
    padding: 50px;
}
#hiba h1 {
    font-size: 80px;
}
#hiba p {
    font-size: 20px;
}
#page-not-found-img {
    width: 240px;
}