body {
  vertical-align: middle;
  height: 100vh;
  background-color: #191919;
}

p {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ffe3fc;
}

img {
  max-width: 100% ;
  max-height: 100% ;
  border-radius: 30px ;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  min-height: 100%;
}

.layer {
  display:block;
  max-width: 80% ;
}
