.page-not-found-container{
width: 80%;
    margin: auto;
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
        hyphens: none;
}
.page-not-found-container h2{
font-size: 48px;
    line-height: 1.2;
        color: #343741;
}