body {
  background-color: black;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

img {
  width: 300px;
  height: 300px;
}

p {
  color: white;
  font-family: "Michroma", sans-serif;
  font-size: 10px;
}
