p {
  font-family: Georgia;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 2;
  }
  
body {
  background-color: white;
  color: black;
}

.title {
  font-family: Georgia;
  font-size: 50px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.little-women {
  text-align: center;
  margin-bottom: 10px;
  margin-left: 500px;
}

.greeting {
  text-align: center;
}

.about-me {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
