body {
    font-family: "Outfit";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.card-components {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0D192C;
    padding: 15px 0px;
}

.card {
    width: 350px;
    height: 596px;
    flex-shrink: 0;
    border-radius: 15px;
    background: var(--very-dark-blue-card-bg, #15263F);
    box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.10);
}

.img {
    border-radius: 8px;
    margin-left: 24px;
    margin-top: 24px;
    opacity: 0.555;
    cursor: pointer;
    margin-bottom: 24px;
}

.text1 {
    width: 302px;
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    margin-left: 24px;
    margin-bottom: 16px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.desc {
    color: var(--Soft-Blue, #8BACD9);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 18px;
    width: 302px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 144.444% */
    margin-left: 24px;
    margin-bottom: 25px;
}

.copy {

    margin-top: 24px;
    margin-left: 24px;
    /* margin-right: 25px; */
    display: flex;
    justify-content: space-between;
    width: 301px;
    height: 20px;
    flex-shrink: 0;
    margin-bottom: 24px;

}

.eth {
    display: flex;
    align-items: center;
    gap: 5px;
}

.eth .number {
    color: var(--Cyan, #00FFF8);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.eth .days {
    color: var(--Soft-Blue, #8BACD9);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.line {
    width: 302px;
    height: 1px;
    flex-shrink: 0;
    background: var(--very-dark-blue-line, #2E405A);
    margin-left: 24px;
}
.biografy {
    display: flex;
    padding: 24px;
justify-content:space-between ;

}
.desc11 {
    color: var(--White, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 302px;
margin-top: 3px;
margin-right: 50px;
}