html, body {
    height: 100%;
    width: 100%;
}

body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  display: flex; 
  justify-content: center; 
  align-items: center;
  overflow: hidden;
}