.notfound-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;    
    text-align: center;
}

.notfound-wrapper h1 {
    font-size: 40px;
    margin-bottom: 10px;
}