body {
  background-color: #000000;
  text-align: center;
  font-family: sans-serif;
  padding: 60px;

}

@media (max-width: 1000px) {
  body {
     padding: 0px;
  }
}


/* Style the header */
.header {
  background-color: #f1f1f1;
  text-align: center;
}
  
/* Style the header */
.header2 {
  background-color: #f1f1f1;
  text-align: center;
  height: 100%; 
}

