.error-message h2{
    color: #0a3d7f;
    border-left: 6px solid #0a3d7f;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-indent: 0;
    padding-left: 12px;
    line-height: 1.2;
}

.error-message .btn {
    margin: 40px 10px;
    width: 200px;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    background-color: #0a3d7f;
    background-repeat: no-repeat;
    background-position: 18px center;
    text-decoration: none;
    font-size: 14px;
    border-width: 0;
}

.error-message .btn:hover {
    transition: all .3s;
    background-color: #0b1f43;
}