html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #d0bb94;
  overflow: hidden;
}

.main {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

span {
  font-style: italic;
  color: #332200;
}

img {
  border: 3px solid #332200;
}
