* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#found {
    position: relative;
    height: 100vh;
    background-color: #222;
}

#found .found {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.found {
    max-width: 460px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.found .found-200 {
    height: 158px;
    line-height: 153px;
}

.found .found-200 h1 {
    font-family: 'Josefin Sans', sans-serif;
    color: #222;
    font-size: 220px;
    letter-spacing: 10px;
    margin: 0px;
    font-weight: 700;
    text-shadow: 2px 2px 0px #c9c9c9, -2px -2px 0px #c9c9c9;
}

.found .found-200 h1 {
    text-shadow: 2px 2px 0px #0048ff, -2px -2px 0px #354bd5, 0px 0px 8px #1a35e1;
}

.found .found-200 h1>span {
    text-shadow: 2px 2px 0px #55ff00, -2px -2px 0px #08ff00, 0px 0px 8px #00ff04;
}

.found p {
    font-family: 'Josefin Sans', sans-serif;
    color: #c9c9c9;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 15px;
}

.found a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    color: #c9c9c9;
    border: 2px solid #c9c9c9;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 700;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.found a:hover {
    color: #ffab00;
    border-color: #ffab00;
}

@media only screen and (max-width: 480px) {
    .found .found-200 {
        height: 122px;
        line-height: 122px;
    }

    .found .found-200 h1 {
        font-size: 122px;
    }
}
