*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family:'Poppins', sans-serif; 
    color:#481958;
   
}
.f1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: justify
}
h1,h2,h3{
    font-family: 'poppins',sans-serif;
    margin-left: auto;
    margin-right: auto;
}
.heading{
    width: 50%;
    padding-bottom: 50px;
  }
.heading h3{
    font-size: 3em;
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 3px solid #222;
  }
  
.heading h3 span{
    font-weight: 100;
  }
.cont{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
img:not(.navbar img)  {
    width: 500px;
    height: 100%;
}
.contt{
    width: 90%;
}
@media(max-width:750px){
    img:not(.navbar img)  {
        width: 70%;
        height: 100%;
    }
}