.token_exchange_page {
    width: 100%;
    padding-top: 0px;
    font-family: 'Poppins';
}
.token_exchange_page_landing {
    background-image: url("ost_token_exchange_page_images/osttokex.png");
    background-size: cover;
}
.token_exchange_page_landing_title_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.token_exchange_page_landing_title {
    color: #fff;
    font-size: 78px;
    font-weight: 600;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.token_exchange_page_landing_copy_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: rgba(255, 255, 255, 0.3);
}
.token_exchange_page_landing_copy_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.token_exchange_page_landing_copy_text {
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.token_exchange_page_how_to {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.token_exchange_page_how_to_title_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.token_exchange_page_how_to_title {
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    padding-top: 40px;
}
.token_exchange_page_how_to_copy {
    font-size: 18px;
    width: 800px;
    text-align: center;
    padding-bottom: 60px;
}
.token_exchange_page_how_to_copy_link {
    color: #0074ff;
    font-size: 18px;
}

.token_exchange_page_how_to_steps_section {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    align-content: center;
    
}
.token_exchange_page_how_to_step_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.token_exchange_page_how_to_step_number_container {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.token_exchange_page_how_to_step_number_circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.token_exchange_page_how_to_step_number_copy {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.token_exchange_page_how_to_step_copy_container {
    padding-left: 40px;
    padding-right: 40px;
    width: 500px;
}
.token_exchange_page_how_to_step_number {
    font-size: 22px;
    font-weight: 500;
}
.token_exchange_page_how_to_step_copy {
    font-size: 20px;
}
.token_exchange_page_how_to_step_image_container {

}
.token_exchange_page_how_to_step_image_container img {
    height: 200px;
    transition: transform .2s; /* Animation */
}
.token_exchange_page_how_to_step_image_container img:hover {
    transform: scale(1.5);
}

.token_exchange_page_end {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 80px;
    margin-bottom: 60px;
}
.token_exchange_page_end_login {
    padding-top: 10px;
}
.token_exchange_page_end_login a {
    background-color: black;
    color: #fff;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    font-size: 26px;
}
.token_exchange_page_end_login a:hover {
    background-color: white;
    color: black;
    border-style: solid;
}
.token_exchange_page_end_video {
    margin-top: 60px;
    margin-bottom: 80px;
}
.token_exchange_page_end_video a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.token_exchange_page_end_video a p {
    font-size: 30px;
    font-weight: 600;
    padding-right: 30px;
    text-align: center;
}
.token_exchange_page_end_video a img {
    width: 100px;
}