.uc-head-404 p strong {
    font-size: 102px !important;
    line-height: 1 !important;
}

.uc-head-404 p {
    line-height: 0 !important;
}

.uc-head-404 p span {
    line-height: 1 !important;
    display: block;
    font-size: 32px !important;
}

.uc-head-404 p a {
    background: black !important;
    display: block !important;
    line-height: 1 !important;
    max-width: max-content;
    padding: 13px 20px;
    font-size: 20px !important;
    color: white !important;
    font-weight: 400 !important;
    margin: 20px auto 10px !important;
    transition: all .3s ease-in-out;
    min-width: 120px !important;
    border-radius: 30px !important;
}

.uc-head-404 p a:hover {
    background: #2e2e2e !important;
}

