.ErrorPage {
    @include center-vertical;

    .ErrorMessage {
        flex: 0;
    }

    &-details {
        color: var(--gray-800);
        font-style: italic;
        margin-bottom: 15px;
    }

    &-actions {
        display: flex;

        .btn {
            margin: 0 10px;
        }
    }
}
