body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: rgb(252, 210, 155);
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

#heading {
  width: 100vw;
  height: 150px;
  background-color: rgb(239, 200, 147);
  display: inline-block;
  justify-content: center;
  align-items: center;
}

#text {
  width: 100vw;
  justify-content: left;
  align-items: left;
  text-align: left;
}