/*
Change the font color and size of at least one text element (heading or paragraph element)
Change at least one text element’s font to an embedded Google font
Modify the border, padding, and margin of at least one element
Resize an image
Change the background color of an element
Add a background image to a section of the page (div)
*/

section {
  background-color: #e5cea4;
  width: 35rem;
  height: fit-content;
  margin: auto;
  padding: 10rem auto;
  position: absolute;
  left:10rem;
}
#right_hand {
  width: 20rem;
  height: 20rem;
  position: relative;
  top: 20rem;
  position: absolute;
  top: 20rem;
  right: -14rem;
}
#left_hand {
  width: 20rem;
  height: 20rem;
  position: relative;
  top: 20rem;
  position: absolute;
  top: 125rem;
  left: -14rem;
}
#scroll_bottom {
  width: 60rem;
  height: 5rem;
  position: relative;
  position: absolute;
  top: 147rem;
  left: -14rem;
}
img {
  width: 20rem;
  height: 20rem;
  display: block;
  margin: auto;
}
h1 {
  font-size: 2rem;
  font-family: "Kings";
  text-align: center;
  padding: 0rem;
}

h2 {
  text-align: center;
}

p {
  font-family: "Kings";
  color: gray;
  text-align: center;
}
