*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    text-transform: capitalize;
    
    background-image: url('../images/cover.png ');
    background-size: cover;
    
} 


.parent{
display: flex;
flex-direction: column;
justify-content: center;
}


@media screen and(min-whith:1200px) {
    .body{
        
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        
        
       
    }

    .chiled-2{
        
            display: flex;
            flex-direction: column;
            background-color: #FFFFFF;
            height: 10vh;
            border-radius: 40px;
            align-items: center;
            margin-top: -100px;
            
        
     }

    


}
.chiled-1{
display: flex;
justify-content: space-between;
margin:30px 30px 670px;
}
.chiled-2{
 display: flex;
 flex-direction: column;
 background-color: #FFFFFF;
 height: 10vh;
 border-radius:40px 40px 0 0;
 align-items: center;
}
.icon{
    padding: 7px 40px;
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    justify-items: flex-end;
    justify-content: center;
    align-items: center;
    margin-top: -19px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #FD814A, #FC5C4C);
    border: none;
    box-shadow: 0 2px 5px 0 grey;
    font-size: 16px;}
.chiled-2 .box-paragraph p{
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    font-weight: 700;
    line-height: 18.33px;
}
#pen-icon{
    color: #FC5C4C;
}
.header-icons{
    color: #FFFFFF;
}