html, body { height: 100%; }

body{
  margin: 0;
  display: grid;
  place-items: center;
  background: #0d0402;
}

.pixel-box{
  font-family: "Press Start 2P", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #0d0402;
  background: #cfab63;
  padding: 22px 24px;
  border-radius: 0;
  border: 4px solid #e9f0ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.pixel-image-floating{
  width: 1000px;
  image-rendering: pixelated; /* si agrandie ne lisse pas les pixels */
}