/**
    Title: nishimura-anderson-favorites.css
    Author: Jordan Nishimura-Anderson
    Date: 3/28/2023
    Description: This provides styling for the user interface of the favorites app.
*/

/** The container styling. */
#container {
  padding: 10px;
}

/** The card container styling. */
#card-example {
  width: 600px;
  margin: 3% auto 0;
}
