/* Set height to 100% for body and html to enable the background image to cover the whole page: */
body,
html {
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.middle img {
  width: 100%;
}

h2 {
  font-family: 'Roboto', sans-serif;
color: #221f20}