/* Скрытие горизонтального скролла*/
body {
    overflow-x: hidden;
}
/*Заголовок*/
h1 {
    text-transform: uppercase;
    text-align: center;
    margin-left: 400px;
    font-size: 30px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(45deg, rgb(245, 9, 9), rgb(50, 19, 226), rgb(247, 4, 4),LightSeaGreen,DarkBlue, rgb(240, 6, 208), rgb(139, 0, 0) );
    background-size: 400%;
    animation: move 10s ease infinite;
    margin-left: -30px;
}
.header {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    left: 80px;

}
/*Фото*/
.img {
    margin-left: 800px;
    transform: scale(1);
    position: relative;
    top: 70px
    
}
.box {
    display: block;
    width: 300px;
    height: 100px;
    margin-top: -350px;
    font-size: 16px;
    margin-left: 200px;
    line-height: 2em;
}
.header_1 {
    font-size: 22px;
    margin-left: 300px;
    margin-top: 500px;
    font-weight: bold;
   
    
}
.text {
    display: block;
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
    text-indent: 30px; 
}
.header_2 {
    font-size: 22px;
    margin-left: 300px;
    margin-top: 50px;
    font-weight: bold;
}
.text_2 {
    display: block;
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
    text-indent: 30px; 
}
.family {
    margin-left: 400px;
}
.text_3 {
    margin-left: 440px;
}
.header_3 {
    font-size: 22px;
    margin-left: 50px;
    margin-top: 50px;
    font-weight: bold;
}
.text_4 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
.header_4 {
    font-size: 22px;
    margin-left: 50px;
    margin-top: 50px;
    font-weight: bold;
}
.text_5 {
    font-size: 18px;
    line-height: 2em;
    
}
.book {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
.text_6 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;

}
.book_2 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
.text_7 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
.book_3 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
.text_8 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
.book_4 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
.text_9 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
.header_5 {
    font-size: 22px;
    margin-left: 50px;
    margin-top: 50px;
    font-weight: bold;
}
.text_10 {
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
}
/*Анимация заголовка*/
@keyframes move {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 100% 0;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 0;
    }
}
/*Медиазапросы*/
@media (max-width: 1366px) {
    .text {
        display: block;
        font-size: 19px;

    }
    .box {
        font-size: 16px;
    }
    .header_1 {
        margin-left: 600px;
    }
    .header_2 {
        margin-left: 600px;
    }
    .text_2 {
        display: block;
        font-size: 19px;
    }
    .text_4 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .header_4 {
        margin-left: 300px;
    }
    .text_5 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .book {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .text_6 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .book_2 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .text_7 {
        display: block;
        font-size: 19px;
        text-indent: 30px; 
    }
    .book_3 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .text_8 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .book_4 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .text_9 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
    .header_5 {
        margin-left: 400px;
    }
    .text_10 {
        display: block;
        font-size: 19px;
        text-indent: 30px;
    }
   

}