@import url('https://fonts.googleapis.com/css?family=Work+Sans');

html, body {
  height:100%;
}
body {
  display:flex;
  align-items:center;
}
img {
      width: 500px;
}
h2,h3 {
  display: block;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  text-shadow: 0 0 0 currentColor;
}
