/* Adding font to the style to be used in the webpage  */
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
/* <style> */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* </style> */
/* universal css which is included in all the site   */
* {
  padding: 0px;
  margin: 0px;
  font-family: "Raleway", sans-serif;
  background-color: whitesmoke;
}
.IconRound {
  border-radius: 50%;
}
