.page-not-found {
    display:flex;
    flex-direction: column;
    align-items: center;
    margin: 50px;   
}

.page-not-found h1 {
    font-weight: normal;
    text-align: center;
    font-size: 37px;
    margin: 30px 0 10px;
}
