@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #dfe1e7;
}



@media only screen and (max-width: 500px) {
  /* For mobile phones: */
 

  .menu1 {
    width: 100%;
    height: auto;
  }

  .menu1 img {
    width: 100%;
    height: 100%;
  }

  .menu2 {
    width: 100%;
    height: auto;
  }

  .menu2 img {
    width: 100%;
    height: 100%;
  }

  .menu3 {
    width: 100%;
    height: auto;
  }

  .menu3 img {
    width: 100%;
    height: 100%;
  }
  .menu4 {
    width: 100%;
    height: auto;
  }

  .menu4 img {
    width: 100%;
    height: 100%;
  }

  .menu5 {
    width: 100%;
    height: auto;
  }

  .menu5 img {
    width: 100%;
    height: 100%;
  }

  .menu6 {
    width: 100%;
    height: auto;
  }

  .menu6 img {
    width: 100%;
    height: 100%;
  }
}
