  html, body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: black;
  }

  img {
    border-radius: 10px;
  }

  p {
    font-size: 20px;
    color: white;
  }
