body {
  background-color: white;
  font-family:sans-serif;
  overflow: hidden;

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

  padding:0;
  height:100vh;
}
