body {
  background-color: white
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;  

  padding:0;
  height:96vh;
}