body {
  background-image:url(https://files.catbox.moe/uwb2a9.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:scroll;
  color: black;

}

 <!-- the order is as you see it. MARGIN, COLOR, BACKGROUND FOR EACH ELEMENT box thingy, TEXT ALIGNMENT, youll figure out the order more as you progress, but as a side note make sure to slide up your tab bar so you have full access to the editor. -- >

h2 {
  color:#edc2c6;
  text-align: center;
}

#header {
  color:#edc2c6;
  text-align: center;
}

#itsastart {
  height: 200px;
  width: 200px;
  padding: 50px;
  margin: auto;
  color:#fce3e5;
  background:#000000;
}


#anyhow {
  margin: auto;
  padding: 15px;
  color:#EEEEEE;
  background:#000000;
}