body {
  background-color: #c5c5c5;
  display: grid;
  align-content: center;
  place-items: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  overflow: hidden; 
  margin: 0px;
  padding: 0px;
}
