/*  Styles for Homework the 3 assignment 8 - working with components, props, and styling
    Author: Tahsin Samiha
*/
h1, h2 {
    text-align: center;
}
  

#container {
  padding: 50px;
  background-color: #fff;
}
  
.cardrow {
  display: flex;
  flex-direction:row;
  justify-content: center;
  align-items: center;

}

  
 
#validation {
  text-align: center;
}

footer {
  margin: 50px;
}
  