#error-page {
    width: 100%;
}

.error-wrapper {
    max-width: 520px;
    margin: auto;
    text-align: center;
}

.error-code {
    font-size: 5rem;
    font-weight: 700;
    color: var(--bs-primary);
}

.error-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.error-description {
    color: var(--bs-secondary-color);
}

.error-actions .btn {
    min-width: 160px;
}
