body {
  border: 0px solid black;
  font-family: 'Montserrat', sans-serif;
}

#main {
  font-size: 90vh;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}



a, a:link, a:visited, a:hover, a:active {
  color: black;
  text-decoration: none;
}


@media only screen and (max-device-width: 960px) {
  #imgm {
    width: 90vw;
    height: auto;
  }
}

@media only screen and (min-device-width: 960px) {
  #imgm {
    width: auto;
    height: 90vh;
  }
}
