 body {
    background-image: url(images/chuckdanger.jpg);
    background-size: cover;
    align-items: center;
}
#wrapper {
  width: 60%;
  margin:auto
}
#banner {
  background-color: darkgoldenrod;
}
#hero {
  background: url(images/elena.jpg) center fixed;
  background-size:cover
}
#hero p {
  font-size: medium;
  width= 50%
}
h1,h2  {
  font-family: "Valley Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
