body {
    background-color: rgb(255, 255, 255);
  
    /* leave it to hide the scrollbars */
    overflow: hidden;
  }

  img {
    width: 100%;
    height: auto;
  }