.wrap-404 {
    height: 100%;
}
.bg-404 {
    background: url(../img/backwhite.png) repeat 0 0;
    padding: 0;
    margin: 0;
    height: 100%;
    color: #d71921;
}
.title-404 {
    font:100 182px "MayaL", Arial, sans-serif;
}
.txt-404 {
    font:400 25px 'Roboto', Arial, sans-serif;
}
.return-404 {
    background-color: #d71921;
    border-radius: 8px;
    display: inline-block;
    font:600 14px/39px 'Roboto', sans-serif;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    width: 280px;
    color: #fff;
    margin: 30px 0 0;
}
.return-404:hover {
    text-decoration: none;
    color: #fff;
}