@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,500,700&display=swap");

html,
body {
  position: relative;
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none !important;
  color: #1d6ccc;
}
