* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  width: 100vw;
  height: 100vh;

  /* leave it to hide the scrollbars */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

