/* Google Fonts Link */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  /* background-color : red; */
}


section {
  /* background: url("bg.jpg") no-repeat; */
  /* background-size: cover; */
  /* height: calc(100vh - 80px); */
}


