.ErrorPage {
    align-items: center;
    background-color: var(--white);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    min-height: 700px;
    padding-top: 140px;

    &-graphic {
        height: 256px;
        width: 256px;
    }

    &-header {
        font-size: 28px;
        font-weight: 500;
        margin-top: 48px;
    }

    &-message {
        color: var(--gray-500);
        font-size: 16px;
        margin-top: 8px;
        max-width: 425px;
        text-align: center;
    }
}
