.error-404 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
.error-404 img {
    width: 204px;
    margin-bottom: 8px;
}
.error-404 h5 {
    margin-bottom: 8px;
}
.error-404 p {
    font-size: 16px;
}
