/* Integral CF Regular */
@font-face {
    font-family: 'Integral CF';
    src: url('../img/font/Fontspring-DEMO-integralcf-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Integral CF Medium */
@font-face {
    font-family: 'Integral CF';
    src: url('../img/font/Fontspring-DEMO-integralcf-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Integral CF Demi Bold */
@font-face {
    font-family: 'Integral CF';
    src: url('../img/font/Fontspring-DEMO-integralcf-demibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Integral CF Bold */
@font-face {
    font-family: 'Integral CF';
    src: url('../img/font/Fontspring-DEMO-integralcf-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Integral CF Extra Bold */
@font-face {
    font-family: 'Integral CF';
    src: url('../img/font/Fontspring-DEMO-integralcf-extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Integral CF Heavy (если есть) */
@font-face {
    font-family: 'Integral CF';
    src: url('../img/font/Fontspring-DEMO-integralcf-heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    background: rgb(255, 255, 255);
}

.intro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 110vh;
}

.intro-container {
    position: relative;
    height: 100%;
    color: white;
    padding: 7% 5%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 999;
}

.intro-background {
    position: absolute;
    left: 0;
    top: -6%;
    width: 100%;
    z-index: 1;
    filter: brightness(80%);
}

.intro-bottom-rectangle {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
}

.intro-title {
    font-family: Teko;
    font-weight: 700;
    font-size: 6vw;
    text-align: center;
    text-transform: uppercase;
    line-height: 80%;
    color: rgba(174, 20, 33, 1);
    text-shadow: 
        -5px -5px 0 #fff,
        5px -5px 0 #fff,
        -5px 5px 0 #fff,
        5px 5px 0 #fff;
}

.intro-bottom__part {
    position: absolute;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 53vw;
}

.intro-take {
    font-family: Rajdhani;
    font-weight: 500;
    font-size: 1.5vw;
    text-align: center;
    color: black;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.intro-coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}

.coupon-button {
    background: white;
    border: none;
    border-radius: 30px;
    padding: 15px 15px;
    color: rgb(0, 0, 0) !important;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    max-width: 211px;
}

.coupon-button:hover {
    opacity: 0.8;
}

.coupon-text {
    font-family: Rajdhani;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: black;
}

.intro-steps {
    font-family: Rajdhani;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: black;
    margin-left: -150px;
}

/* NewYork */

.newYork {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    color: black;
}

.newYork-container {
    display: flex;
    flex-direction: column;
    padding: 7% 5%;
    gap: 30px;
}

.newYork-text__mini {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    color: rgba(154, 154, 154, 1);
}

.newYork-title {
    font-family: Teko;
    font-weight: 400;
    font-size: 5vw;
    line-height: 85%;
}

.newYork-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.newYork-container .coupon-button {
    background: black;
    color: white !important;
}

.newYork-image {
    position: absolute;
    width: 320px;
    border-radius: 12px;
    border: 1px white solid;
}

.newYork-image.first {
    right: 15%;
    top: 22%;
}

.newYork-image.second {
    right: 23%;
    top: 63%;
    z-index: 4;
}

.newYork-image.third {
    right: 8%;
    top: 50%;
}

/* NewYork */


/* reviews */

.reviews {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.reviews-container {
    display: flex;
    flex-direction: column;
    padding: 7% 5%;
    gap: 30px;
    align-items: center;
}

.reviews-title {
    font-family: Teko;
    font-weight: 400;
    font-size: 4vw;
    color: rgb(0, 0, 0);
    line-height: 85%;
}

.reviews-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.reviews-card {
    background: rgba(237, 237, 237, 1);
    color: black;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    gap: 40px;
    width: 33%;
    height: 400px;
    position: relative;
}

.reviews-card__text {
    font-family: Teko;
    font-weight: 400;
    font-size: 64px;
    line-height: 80%;
}

.reviews-card__image {
    width: 50px;
    position: absolute;
    right: 40px;
    top: 40px;
}

.reviews-card__bottom {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 80%;
}

.reviews-container .coupon-button {
    background: black;
    color: white !important;
    
}

/* reviews */

/* Footer */

footer {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 7% 5%;
    gap: 30px;
    justify-content: space-between;
    color: rgb(0, 0, 0);
}

.footer-logo {
    font-family: Integral CF;
    font-weight: 400;
    font-size: 2vw;
    color: rgb(0, 0, 0);
    line-height: 85%;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: left;
}

.footer-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 300px;
    gap: 20px;
}

.footer-right {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}

.footer-left-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    color: rgba(154, 154, 154, 1);
}

.footer-center-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    color: rgb(0, 0, 0) !important;
    line-height: 140%;
    text-decoration: none !important;
}

.footer-right-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    color: rgba(154, 154, 154, 1);
}

.footer-right .coupon-button {
    background: black;
    color: white !important;
}
/* Footer */


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Затемнение */
    z-index: 999; /* Ниже попапа */
    display: none;
    cursor: pointer;
}

.overlay.active {
    display: block;
}

/* Popup */

.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    opacity: 1;
}

.popup-container.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-page {
    background: white;
    height: 80vh;
    width: 35vw;
    border-radius: 30px;
    padding: 30px;
    display: none;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: auto;
    overflow-y: auto;
}

.popup-page.active {
    display: flex !important;
}


.popup-first__sign {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
    color: black;
    font-style: bold;
    margin-left: -10px;
}

.popup-first__title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
    line-height: 1.3;
    width: 100%;
}

.popup-first__subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.popup-first__button {
    background-color: rgba(28, 103, 216, 1);
    border: none;
    color: white;
    padding: 18px 30px;
    border-radius: 120px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    text-align: center;
    display: block;
}

.popup-first__button:hover {
    background-color: rgba(20, 80, 180, 1);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(28, 103, 216, 0.3);
}

.popup-first__button:active {
    transform: translateY(0);
}

.popup-first__button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    transform: none;
}

.popup-first__button:disabled:hover {
    background-color: #cccccc;
    transform: none;
}

/* Кнопка закрытия попапа */
.popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
    z-index: 100;
}

.popup-close-btn:hover {
    background: #e0e0e0;
    color: #333;
    transform: rotate(90deg);
}

/* ============ ВЫБОР ПРОВАЙДЕРА ============ */
.provider-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    margin: 30px 0;
}

.provider-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.provider-btn:hover {
    border-color: #4285f4;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.1);
    transform: translateY(-2px);
}

.provider-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.provider-icon svg {
    width: 24px;
    height: 24px;
}

.provider-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.provider-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    font-family: 'Google Sans', Arial, sans-serif;
}

.provider-desc {
    font-size: 14px;
    color: #666;
    font-family: 'Google Sans', Arial, sans-serif;
}

.provider-btn i {
    color: #999;
    font-size: 14px;
}

/* Специфические стили для провайдеров */
.google-provider .provider-icon {
    background: #fff;
    border: 1px solid #dadce0;
}

.google-provider:hover {
    border-color: #4285f4;
}

.yahoo-provider .provider-icon {
    background: #6001D2;
}

.yahoo-provider .provider-icon i {
    color: white;
    font-size: 20px;
}

.yahoo-provider:hover {
    border-color: #6001D2;
}

.outlook-provider .provider-icon {
    background: #0072C6;
}

.outlook-provider .provider-icon i {
    color: white;
    font-size: 20px;
}

.outlook-provider:hover {
    border-color: #0072C6;
}

/* ============ СТРАНИЦЫ АВТОРИЗАЦИИ ============ */
.auth-header {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.auth-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 500;
}

.google-logo {
    background: #fff;
    border: 8px solid #4285f4;
    color: #4285f4;
    font-family: 'Google Sans', Arial, sans-serif;
}

.yahoo-logo {
    background: #6001D2;
    color: white;
    font-family: 'Google Sans', Arial, sans-serif;
}

.outlook-logo {
    background: #0072C6;
    color: white;
}

.outlook-logo svg {
    width: 40px;
    height: 40px;
}

.logo-letter {
    font-family: 'Google Sans', Arial, sans-serif;
    font-weight: 500;
}

.auth-title {
    font-size: 24px;
    color: #202124;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: 'Google Sans', Arial, sans-serif;
}

.auth-subtitle {
    font-size: 16px;
    color: #5f6368;
    margin-bottom: 30px;
    font-family: 'Google Sans', Arial, sans-serif;
}

/* Формы авторизации */
.auth-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.auth-form .form-group {
    margin-bottom: 20px;
    width: 100%;
}

.auth-form .input-wrapper {
    margin-bottom: 0;
    width: 100%;
}

.auth-form .input-wrapper input {
    width: 100%;
    padding: 16px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 16px;
    background: white;
    color: #202124;
    font-family: 'Google Sans', Arial, sans-serif;
    transition: all 0.3s ease;
}

.auth-form .input-wrapper input:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
    outline: none;
}

.auth-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}

.auth-button {
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-family: 'Google Sans', Arial, sans-serif;
    min-width: 100px;
    transition: all 0.3s ease;
}

.auth-button.secondary {
    background: white;
    color: #5f6368;
    border: 1px solid #dadce0;
}

.auth-button.secondary:hover {
    background: #f8f9fa;
}

.auth-button.primary {
    background: #1a73e8;
    color: white;
}

.auth-button.google-primary {
    background: #1a73e8;
}

.auth-button.yahoo-primary {
    background: #6001D2;
}

.auth-button.outlook-primary {
    background: #0072C6;
}

.auth-button.primary:hover {
    opacity: 0.9;
}

/* ============ КОД ВЕРИФИКАЦИИ ============ */
.code-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.code-info {
    color: #5f6368;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
    font-family: 'Google Sans', Arial, sans-serif;
}

.code-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}

.code-input {
    width: 100%;
    height: 60px;
    border: 2px solid #dadce0;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #202124;
    font-family: 'Google Sans', Arial, sans-serif;
    transition: all 0.3s ease;
    background: white;
}

.code-input:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
    outline: none;
}

.code-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #5f6368;
    font-size: 14px;
    font-family: 'Google Sans', Arial, sans-serif;
}

.code-timer i {
    color: #ea4335;
}

.code-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
    text-align: center;
}

.code-link {
    color: #1a73e8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Google Sans', Arial, sans-serif;
}

.code-link:hover {
    text-decoration: underline;
}

/* ============ TAP CODE ============ */
.tap-code-wrapper {
    padding: 20px;
    width: 100%;
}

.tap-code-display {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    border: 2px solid #e8f0fe;
    text-align: center;
}

.tap-code-instruction {
    color: #5f6368;
    font-size: 16px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Google Sans', Arial, sans-serif;
}

.tap-code-instruction i {
    color: #4285f4;
    font-size: 24px;
}

.tap-code-display-numbers {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 25px 0;
}

.tap-display-digit {
    width: 80px;
    height: 80px;
    background: linear-gradient(145deg, #4285f4, #34a853);
    color: white;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(66, 133, 244, 0.3);
}

.tap-code-hint {
    color: #5f6368;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    font-family: 'Google Sans', Arial, sans-serif;
}

.tap-code-hint i {
    color: #fbbc05;
}

/* ============ ПЕРСОНАЛЬНЫЕ ДАННЫЕ ============ */
.personal-form-wrapper,
.card-form-wrapper {
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.input-wrapper input {
    width: 100%;
    padding: 16px 16px 16px 50px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    background: #f8f9fa;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    color: #333;
    height: 52px;
}

.input-wrapper input:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.1);
    background: #fff;
}

.input-wrapper i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    z-index: 2;
}

/* Форма для карты */
.form-row {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 400px;
}

.form-row .form-group {
    flex: 1;
    min-width: 0;
}

/* ============ ЗАГРУЗКА ФАЙЛОВ ============ */
.file-upload-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
    align-items: center;
}

.upload-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.file-input {
    display: none;
}

.popup-photo__place {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 2px dashed #B0B0B0;
    border-radius: 16px;
    width: 100%;
    height: 180px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.popup-photo__place:hover {
    border-color: #4285f4;
    background-color: #fff;
}

.upload-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    color: #333;
    font-family: 'Inter', sans-serif;
}

.upload-hint {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
}

.upload-icon {
    font-size: 40px;
    color: #999;
    margin-bottom: 10px;
}

.upload-filename {
    font-size: 14px;
    color: #4285f4;
    margin-top: 8px;
    text-align: center;
    word-break: break-all;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.field-note {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

/* ============ УСПЕШНАЯ ВЕРИФИКАЦИЯ ============ */
.success-icon {
    font-size: 80px;
    color: #34a853;
    margin-bottom: 25px;
    text-align: center;
}

.success-icon i {
    font-size: inherit;
}

/* ============ VERIFICATION STEPS ============ */
.verification-steps {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    width: 100%;
    max-width: 400px;
}

.verification-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: #4285f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: white;
    font-size: 20px;
}

.step-text {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .popup-page {
        width: 45vw;
    }
}

@media (max-width: 992px) {
    .popup-page {
        width: 60vw;
        height: 70vh;
    }
    
    .intro-title {
        font-size: 7vw;
    }
    
    .newYork-title {
        font-size: 6vw;
    }
    
    .reviews-title {
        font-size: 5vw;
    }
}

@media (max-width: 768px) {
    .popup-page {
        width: 90vw;
        height: 80vh;
        padding: 20px;
    }
    
    .popup-first__title {
        font-size: 24px;
    }
    
    .popup-first__subtitle {
        font-size: 14px;
    }
    
    .intro-title {
        font-size: 8vw;
    }
    
    .intro-take {
        font-size: 2vw;
    }
    
    .newYork-image {
        width: 250px;
    }
    
    .reviews-card {
        height: 350px;
        padding: 30px;
    }
    
    .reviews-card__text {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .popup-page {
        width: 95vw;
        height: 85vh;
        padding: 15px;
        border-radius: 20px;
    }
    
    .popup-first__title {
        font-size: 22px;
    }
    
    .popup-first__subtitle {
        font-size: 13px;
    }
    
    .popup-first__button {
        padding: 14px 20px;
        font-size: 16px;
    }
    
    .intro-title {
        font-size: 10vw;
    }
    
    .intro-take {
        font-size: 3vw;
    }
    
    .intro-steps {
        margin-left: 0;
        text-align: center;
    }
    
    .newYork-image {
        position: relative;
        width: 100%;
        margin: 10px 0;
    }
    
    .newYork-image.first,
    .newYork-image.second,
    .newYork-image.third {
        position: relative;
        right: auto;
        top: auto;
        margin: 20px auto;
    }
    
    .reviews-grid {
        flex-direction: column;
    }
    
    .reviews-card {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-center {
        justify-content: center;
    }
    
    .footer-right {
        flex-direction: column;
        align-items: center;
    }
}