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