body {
  margin-top: 5%;
  background-color: #ff6666;
  font-family: sans-serif;
}

main, #favorites-row {
  display: flex;
}

main {
  margin-left: 15%;
  margin-right: 15%;
  align-items: center;
  flex-direction: column;

}

img, #portrait, #about-me, #tips, #favorites {
  border-radius: 15px;
}

h1, h2, h3 {
  text-align: center;
  color: white;
}

h1 {
  font-size: 100px;
  text-shadow: black 0px 0px 10px;
}

h2, h3 {
  text-shadow: black 0px 0px 5px;
}

h3 {
  margin-top: 0px;
}

li {
  margin-top: 10px;
}

li, #about-me {
  color: yellow;
}

#about-me, #tips, #favorites, #favorites-row div {
  padding: 20px;
}

#portrait, #about-me, #tips, #favorites, #favorites-row div {
  margin: 10px;
}

#portrait, #about-me, #tips, #favorites {
  border: solid black;
}

#portrait {
  height: 300px;
  width: 300px;
}

#favorites-row {
  flex-wrap: wrap;
  justify-content: center;
}

hr {
  background-color: black;
  border-color: black;
  margin-left: 20px;
  margin-right: 20px;
}

#favorites img {
  height: 150px;
  width: 150px;
}