@import url("https://fonts.googleapis.com/css?family=Anton|Fjalla+One|Monoton|Rock+Salt&display=swap");

body {
  line-height: 1.6;
}

.mhlongo {
  color: #00a8ff;
  font-family: "Rock Salt", cursive;
  text-emphasis: bold;
}

a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none
}

/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .item {
    width: 80%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .item {
    width: 60%;
  }
}
