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