


body {

text-align: center;
font-family: 'Barlow Condensed', sans-serif;


}

h1 {
 position: static;
}

a {

  text-decoration: none;
  color: black;
}

div {
  float: left;
  width: 175px;
  height: 500px;
  position: fixed;
  top: 250px;
}

  img {

margin: 25px;
margin-bottom: 10px;
}

viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}

  -ms-viewport {
    width: extent-to-zoom;
    zoom: 1.0;
  }
