body {
    background-color: black;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden; 
  }
  
  /* .content {
    text-align: center;
    padding: 20px;
    max-width: 100%; 
    max-height: 100%; 
  } */
  
  #image {
    max-width: 70%; 
    max-height: 70%; 
    height: auto;
    width: auto;
    margin: 0 auto;
    display: inherit;
  }