.notfound {
    margin-top: 100px;
    margin-bottom: 100px;
}

.notfound .notfound-404 h1 {
    font-size: 236px;
    font-weight: 700;
    margin: 0px;
    color: #211b19;
    text-transform: uppercase;
}

.notfound .notfound-404 h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #211b19;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
}

.notfound a {
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
}

.notfound a:hover {
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }
    .notfound .notfound-404 h1 {
        font-size: 86px;
    }
    .notfound .notfound-404 h2 {
        font-size: 16px;
    }
    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }
}