* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #fff;
}

main {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 16px;
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  display: block;
  width: min(70%, 428.4px);
  height: auto;
}

p {
  margin: 24px 0 0;
  color: #111;
  font: 400 16px/1.5 Arial, Helvetica, sans-serif;
  text-align: center;
}
