@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext';

body 
{ text-align: center; 
background: #d13c78 ;
}

h1 { color:#fdd01b; 
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px; 
    }

section {
    text-align: left;
        margin-left: 216px;
    margin-right: 216px;
    background: #fdd01b;
    
    }


    


h2 { color:#d13c78; 
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;  
        text-align: center;
        margin-left: 10px;
  
    }

h3 { color:#d13c78; 
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 26px;  
        text-align: center;
      
    }

h4 { color:#d13c78; 
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;  
        text-align: center;
       
    }

h5 { color:#d13c78; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px; 
        text-align: center;
      
    }

p {
    color:#d13c78; 
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 10px;   
        text-align: left;
        margin-left: 200px;
    }

footer {
    color:#fdd01b; 
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 10px;   
       
        margin-left: 216px;
    margin-right: 216px;
    }
    