body{
    background-color: azure;
}
h1{
    text-align: center;
    border-top:2px solid green;
    border-bottom:2px solid yellow;
    border-radius: 15px;
    background-color:#607b8a ;
}
div{
    display:flex;
    justify-content:25%;
    gap: 20px;
    width: 1500px;
    
    

}
.div p{
    flex:1;
}
h2{
    border-radius: 15px;
    
    background-position: 20px;
    border-bottom: 2px solid green;
    height: 70px;
    padding: 10px 15px;
    
   
}
h3{
    border-radius: 15px;
    
    background-position: 20px;
    border-bottom: 2px solid green;
    height: 70px;
    padding: 10px 15px;

}
h4{
    border-radius: 15px;
    
    background-position: 20px;
    border-bottom: 2px solid green;
    height: 70px;
    padding: 10px 15px;
    

}
h5{
   border-radius: 15px;
    
    background-position: 20px;
    border-bottom: 2px solid green;
    height: 70px;
    padding: 10px 15px;
    font-size: 20px;
    
}
h6{
    font-size: 15px;
}
ul{
    border-bottom: 2px solid yellow;
    
    border-radius: 15px;
  
    padding: 50px;
    text-align: left;
    font-size: 20px;
    
   
}
