body {
    margin: 0;
    display: flex;
    justify-content: normal;
    align-items: center;
    height: auto;
    background-color: #ffffff;
  }
  
  img {
    width: 100%;
    height: auto;
  }
  