/*  Styles for Homework the 4 assignment 8 - working with components
    Author: Jacqueline Wanner
*/
h1 {
  text-align: center;
}

/* book CSS */
#container {
  padding: 25px;
  background-color: #fff;
  display:flex; 
  flex-direction:row;
  align-items: center;
  justify-content: center;
}

#source_info {
  padding: 15px;
  background-color:#eee;
  border-radius: 20px;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 5px #333;
  font-size: .85em;
}

#like {
  padding: 15px;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:45%;

}

/* change the color of the heart icon */
.fa_custom {
  color:  #db0808;
}


/* ID that centers the validation text */
#validation {
  text-align: center;
}

/* add a margin around the entire footer */
footer {
  margin: 50px;
}
