body {
    padding-top: 0;
}
#view {
    width: 100vw;
    height: 100vh;
}
.not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.not-found > img {
    width: 10rem;
}
.not-found > h1 {
    text-transform: uppercase;
}