@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700);

.content {
  max-width: 500px;
  margin: auto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 101%;
}

body {
  font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#777;
  background: #2B86CD; 
}

h1 {
  color:#222;
  font-size: 400%;
  line-height:1.8;
}

h2, h3, h4, h5, h6 {
  color:#CA05EE;
  font-size: 300%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

