h1 {
    margin: 0;
}
.notfound {
    margin: 50px auto;
    max-width: 800px;
    text-align: center;
    
}
.notfound p, h1, a{
    margin: 0;
    color:aliceblue;
    text-shadow: -1px 0 rgb(0, 0, 0), 0 2px rgb(0, 0, 0);
    text-decoration: none;
}
.notfound-img {
    display: block;
    width: 50%;
    margin:auto
}