body{
    background-color:#333;
}
section{
    background-color: #fff;
    padding:50px;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin:auto;
}




.h-style{
    font-family: poppins;
    font-size: 2rem;
    color:rgb(54, 9, 218);
}
