.content_wraper {
    max-width: 1920px;
    margin: 0 auto;
}

.welcome_future {
    width: 100%;
    height: 100vh;
    padding: 0 50px;
    align-items: center;
    background-color: #ffffff;
}

.future_code_animation {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: Inter;
    font-size: 94px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.068px;
    text-align: center;
    white-space: nowrap;
}

#dynamic_container {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

#dynamic_text {
    transition: opacity 1s, width 1s, margin-left 0.5s;
    margin-left: 0;
}

#animated_image {
    margin-top: 10px;
    width: 0;
    height: 0;
    transition: width 1s, height 1s, margin-left 1s;
    margin-left: 0; /* Початковий відступ */
    vertical-align: middle;
    border-radius: 50px;
}