*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.wrapper {
  background: rgb(208, 224, 236);
  height: 5rem;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1rem;
  border-radius: 2px;
  text-align: center;
  
  
}
  header {
    background: purple;
    height: 5rem;
    margin-top: 2rem;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 2px;
  }
  main {
    margin-top: 2rem;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }

body {
  margin: 0;
  background-color:rgb(164, 196, 223); 
}
  h1 {
    text-align: center;
    color: white;
    line-height: 100px;
    margin: 0;
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  h2 {
    font-family: "Anek Telugu", sans-serif;
    font-optical-sizing: 16px;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"wdth" 100;
  }
  
  p {
      font-family: "Anek Telugu", sans-serif;
      font-optical-sizing: 16px;
      font-weight: 400;
      font-style: normal;
      font-variation-settings:
        "wdth" 100;
    }


  article {
    margin-top: 4rem;
    padding: 10px;
    background: rgb(200, 245, 221);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 2rem;

  }

  section {
    display: flex;
    flex-direction: row;
  }

   

