html, body {
        height: 100%;
      }

body {
        background-color: #fff;
        color: #222;
        font-size: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;

p {
    line-height: 21px;
    text-align: center;
}

h1 {
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
}

em {
        font-weight: bold;
	font-style: normal;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}