.page-not-found{
    display: flex;
    width: 100%;
    height: 70vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    & img{
        object-fit: cover;
        width: 200px;
        height: 200px;
    }

    & h2{
        font-size: 32.75px;
        font-weight: 500;
        line-height: 42.12px;

        @media(max-width: 480px){
            font-size: 28px;
            line-height: 38px;
        }
    }
}