| body{
  margin: 0;
}
p, h2{
  font: bold 15px 'Open Sans', sans-serif;
  color: #222;
  text-align: center;
}
h2{
  font-size: 35px;
  margin: 10px 0;
}
img{
  width: 700px;
  display: block;
  margin: auto;
}
/*Necissary for class*/
.magnify{
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}
 |