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