@import url('https://fonts.googleapis.com/css2?family=Cascadia+Mono:ital,wght@0,200..700;1,200..700&family=Fira+Code:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
     font-family: "Roboto Condensed", sans-serif;
}
.header {
    height: 70px;
}
.header_box {
    margin: 0 auto; 
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}
.rem {
    font-weight: 400;
    font-size: 18px;
    color: #1F2E35CC;
    text-decoration: none;
}
.dvi {
    color: #00000099;
}
.sam {
    color: #263238CC;
}
.header_links {
    display: flex;
    gap: 80px;
     align-items: center;
     
}
.logo {
    display: flex;
    align-items: center;
}
.logo-near {
    font-weight: 500;
    font-size: 10px;
    line-height: 143%;
}
.header_left {
    display: flex;
     align-items: center;
}
.body1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}
.body1-text {
    
    width: 545px;
    height: 351px;

}
.body1-img {
    width: 562px;
    height: 381px;

}
.body1-title {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    line-height: 134%;
    margin-bottom: 24px;
}
.title-body1 {
    color: #EE4248;
    
}
.body1-under {
    font-weight: 400;
    font-size: 20px;
    color: #30444E;
    margin-bottom: 44px;
    line-height: 145%
}
.read {
    padding: 12px 32px;
background-color: #EE4248;
    color: white;
    font-weight: 400;
    font-size: 20px;
    border-radius: 5px;
}
.body2 {
    height: 500px;
    background-color: #F6F6F6;
    
}
.body2-box {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
    
}
.body2-text {
    width: 520px;
    height: 380px;
    margin-top: 95px;

}
.body2-under {
    margin-top: 24px;
    color: #30444E;
    font-weight: 400;
    line-height: 150%;
font-size: 18px
}
.welcome {
    font-weight: 500;
    font-size: 32px;
    color: #1F2E35;
}
.dsi {
    color: #EE4248;
}
.body3 {
    width: 1200px;
    height: 460px;
    margin: 96px auto;
}
.body3-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 134%;
    display: flex;
    justify-content: center;
}
.unders-box {
    display: flex;
    justify-content: space-between;
}
.body3-under {
    width: 363px;
    height: 360px;
    padding: 24px;
}
.stickers {
    width: 100px;
    height: 100px;
}
.red_font {
    color: #EE4248;
    font-weight: 500;
    font-size: 28px;
    line-height: 134%;
    margin-top: 15px;
}
.lecture {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 15px;
    color: #30444E;
    margin-bottom: 20px;
}
.more {
    background-color: #EE4248;
    padding: 12px 24px;
    color: white;
    border-radius: 5px;

}
.footer {
    width: 1200px;
    margin: 0 auto;
    height: 188px;
    display: flex;
    gap: 47px;
}
.ne {
    margin-top: 28px;
    
}
.copyright {
    background-color: #EE4248;
    height: 64px;
}
.text-copy {
    position: absolute; 
    left: 550px;
    top: 1945px;
}