body 
{
  background-color: #4B2546;
  color: black;
  font-family: Verdana;
  max-width: 1000px;
  margin: auto;
}

#all
{
  height: 100vh;
  text-align: center;
}

#header
{
  background-color: #e98583;
  height: 70px;
  width: 1000px;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}

#backgroundthing
{
  width: 1000px;
  height: 120vh;
  background-color: #fafafa;
  color: black;
  margin-top: 20px;
  text-align: center;
}