body {
    background-color: #2f2e2e;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
  
  .container {
    width: 50%; /* Adjust width as needed */
    text-align: center;
  }
  
  img {
    max-width: 100%; /* Image will scale to fit container width */
    height: auto;
  }
  