body {
  background-color: white;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;  /* leave it to hide the scrollbars */
  overflow: hidden;
}