body {
  background-color: #fefae0;
  /* background-color: lightblue; */
  /* leave it to hide the scrollbars */
  overflow: hidden;

  margin: 0;
  display:flex; 
  align-items: center;

  flex-direction:column; 
  justify-content:center;
  min-height:100vh;
}