.ls-error .ls-card {
    max-width: 40rem;
}

.ls-error h1, 
.ls-error h2
{
    text-align: center;
    line-height: 4rem;
    padding: 0;
    margin: 0;
}

.ls-error h1 {
    color: var(--color-dark-grey-100);
    font-size: 3rem;
}

.ls-error h2 {
    font-size: 1.25rem;
}

.ls-error p {
    font-size: 1rem;
}

.ls-error a:hover {
    text-decoration: none;
}

.ls-error hr {
    margin: 2rem 0;
}