body {
  background-color: #fff5d8ff;
  text-align: center;
  color: black;
}
img {
  width: 35vw;
  height: 35vw;
}
#greeting-container {
  height: 100vh;
  display: flex;
  align-items: top;
  justify-content: center;
  font-family: Cursive;
}

#greeting {
  font-size: 5vw;
}
