canvas {
  display: block;
  width: 100%!important;
  height: 100%!important;
}

#city .disable-selection {
  position: absolute;
  top: 55%;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

#city a {
  background: transparent;
  border: 2;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#city a:hover {
  background: transparent;
}

#city h4 {
  font-family: "Gruppo", sans-serif;
  font-size: 38px;
}

#city img {
  max-width: 900px;
  width: 100%;
  max-height: 250px;
}