body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .container img {
    max-width: 100%;
    height: auto;
  }
  
  .container p {
    font-size: 24px;
    margin-top: 10px;
  }
  