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

  #container {
    padding: 50px;
    background-color: #fff;
  }
  
  
  
 
  #validation {
    text-align: center;
  }
  
 
  footer {
    margin: 50px;
  }

  .cardrow {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #info {
    padding: 50px;
    background-color: #eee;
    border-radius: 10px;
    margin: 0 10px 0 10px;
  }
  