.instruction {
    width: 70%;
}

.instruction_head {
    font-size: 50px;
    text-align: center;
    margin-bottom: 25px;
    background: linear-gradient(50deg, #ff8725, #e903f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.anchor_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.instruction_caption {
    margin-top: 25px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(50deg, #e903f5, #ff8725);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*#black {*/
/*    color: black;*/
/*    margin-top: 25px;*/
/*    font-size: 40px;*/
/*    text-align: center;*/
/*    margin-bottom: 30px;*/
/*}*/

#first_descr {
    text-align: center;
}

.instruction_content {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instruction_descr {
    font-size: 24px;
    margin-bottom: 15px;
}

.instruction_description {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.instruction_img {
    width: 100%;
    margin-bottom: 20px;
}

.instruction_link {
    color: blue;
    font-size: 26px;
    text-align: center;
    padding: 5px 15px;
    border: 2px solid blue;
    border-radius: 10px;
}

.bold {
    font-size: 28px;
    font-weight: bold;
}

#last_screen {
    width: 45%;
}

#last_descr {
    margin-bottom: 20px;
}

#last_description{
    margin-bottom: 0;
}

#congratulate {
    font-weight: bold;
    font-size: 28px;
}

.btn_container {
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: space-evenly;
    align-items: center;
}

.instruction_btn {
    text-align: center;
    font-size: 18px;
    padding: 1em 2em;
    border: 2px solid blue;
    border-radius: 10px;
}

.none {
    display: none;
}

.anchor-link {
    font-size: 24px;
    color: blue;
    display: block;
    text-align: center;
}

.youtube_descr {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    
    .instruction_link {
        padding: 7px 12px;
        border: 1px;
        border-radius: 10px;
        background: linear-gradient(50deg, #e903f5, #ff8725);
        color: white;
    }
}

/* Adaptive */
@media screen and (max-width: 2201px) {
    .instruction_head {
        font-size: 65px;
    }
    .anchor-link {
        display: block !important;
        text-align: center;
        font-size: 32px;
    }
    .instruction_caption {
        font-size: 50px;
    }
    .instruction_descr {
        font-size: 32px;
    }
    .instruction_link {
        font-size: 34px;
    }
    .youtube_descr {
        font-size: 36px;
    }
    .bold {
        font-size: 36px;
    }
    .instruction_description {
        font-size: 36px;
    }
    .instruction_btn {
        font-size: 26px;
    }
}

@media screen and (max-width: 1540px) {
    .instruction_head {
        font-size: 50px;
    }
    .anchor-link {
        font-size: 24px;
    }
    .instruction_caption {
        font-size: 40px;
    }
    .instruction_descr {
        font-size: 24px;
    }
    .instruction_link {
        font-size: 26px;
    }
    .youtube_descr {
        font-size: 28px;
    }
    .bold {
        font-size: 28px;
    }
    .instruction_description {
        font-size: 28px;
    }
    .instruction_btn {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .instruction_img {
        width: 120%;
    }
}

@media screen and (max-width: 900px) {
    .btn_container {
        flex-direction: column;
        gap: 20px;
    }

    #last_screen {
        width: 65%;
    }
}

@media  screen and (max-width: 769px) {
    .instruction_head {
        margin-bottom: 30px;
    }
    .instruction_img {
        width: 140%;
    }
}

@media  screen and (max-width: 601px) {
    .instruction_head {
        font-size: 40px;
    }
    .instruction_caption {
        font-size: 30px;
    }
    .instruction_descr {
        font-size: 20px;
    }
    .instruction_link {
        font-size: 22px;
    }
    .youtube_descr {
        font-size: 24px;
    }
    .instruction_description {
        font-size: 22px;
    }
    .bold {
        font-size: 22px;
    }
    #congratulate {
        font-size: 24px;
    }
    .instruction_img {
        display: none;
    }
    .none {
        display: block;
        width: 120%;
        margin-bottom: 20px;
    }
    #last_screen {
        display: block;
    }
    .instruction_btn {
        font-size: 16px;
        padding: 1em 1em;
        border: 2px solid blue; 
    }
}

@media  screen and (max-width: 495px) {
    .instruction_head {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .instruction_caption {
        font-size: 22px;
    }
    .instruction_descr {
        font-size: 18px;
        width: 120%;
    }
    
    .instruction_link {
        font-size: 20px;
        padding: 3px 10px;
    }
    
    .youtube_descr {
        font-size: 22px;
    }
    
    .instruction_description {
        font-size: 18px;
        width: 120%;
    }
    .bold {
        font-size: 18px;
    }
    #congratulate {
        font-size: 22px;
        width: 120%;
    }
    #last_screen {
        width: 90%; 
    }
    .instruction_content {
        margin-bottom: 15px;
    }
}

@media  screen and (max-width: 321px) {
    .none {
        margin-bottom: 10px;
        width: 140%;
    }
    .instruction_head {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .instruction_caption {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .instruction_descr {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .instruction_link {
        font-size: 17px;
        padding: 2px 7px;
    }
    
    .bold {
        font-size: 15px;
    }
    
    .youtube_descr {
        margin-bottom: 20px;
    }
    
    .instruction_description {
        margin-bottom: 10px;
    }
}