body  {
  background-color: #FEF6E4;
  font-family: 'Josefin Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-size: 18pt;
  color: #001858;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  margin-top: 100px;
  margin-bottom: 0px;
}

img {
  width: 300px;
  height: 300px;
  border-radius: 25px;
  object-fit: cover;
  border: 6px solid #F3D2C1;
}

li {
  margin-top: 6px;
  margin-bottom: 6px;
}

#info, #fun-facts, #tips {
  border: 10px;
  padding: 10px;
}

#image {
  margin-right: 30px
}

#info {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#fun-facts {
  border-radius: 10px;
  margin-top: 20px;
  background-color: #F3D2C1;
  display: flex;
  flex-direction: row;
}
