*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f3ef;
  background-image: radial-gradient(circle, rgba(147, 153, 157, 0.15) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
}

main img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
