body{
    direction: rtl;
    padding: 0px;
    margin: 0px;
}
.header-body{
    
    width: 100%;
    height: 70vh;
    
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
    
    
    
    color: #fff;
}
.header-body h1{
    
    font-size: 70px;
}
.header-body p{
    font-size: 25px;
    font-weight: 700;
}
footer{
    margin-top: 200px;
}
.header-container{
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 800px;
}

@media screen and (max-width: 700px) {


    .header-body{
        
    }
    .header-body h1{
    font-size: 50px;
}
.header-body p{
    font-size: 20px;
    font-weight: 700;
}
}


@media screen and (min-width: 900px and max-width :700px) {
    .header-body h1{
    font-size: 60px;
}
.header-body p{
    font-size: 22px;
    font-weight: 700;
}
}