body {
    background-color: #ffff;
    text-align: center;
    font-family: Arial, sans-serif;
  }

.container{
  align-items: center;
}
  .img-banner {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 50%;
    height: 50%;
  }

  h1 {
    font-family: 'Quattrocento Sans', sans-serif;
    padding-top: 50px;
    font-size: 48px;
    margin-top: 20px;
    color: #B00A3C;
  }

  h2 {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 24px;
    margin-top: 20px;
    color: #50545B;
    font-weight: 300;
  }

  .order {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 24px;
    color: #50545B;
    font-weight: 300;
  }

 a {
  color: #B00A3C;
  text-decoration: none;
 } 
 