html,
body {
  margin: 0;
  min-height: 100vh;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: Arial, sans-serif;
}

main {
  display: grid;
  min-height: 100vh;
  place-content: center;
  justify-items: center;
  gap: 18px;
  padding: 24px;
}

img {
  display: block;
  width: 88px;
  height: 88px;
}

h1 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
