* {
  box-sizing: border-box;
}
  h3{
    font-weight: bold;
  }
.middle-card {
    justify-content: center;
    height: 530px;
    padding-top: 100px;
    padding-bottom: 130px;
    background-color:#F9B900; /* Dark Blue */
    color: #690B5F;
   
  }
  
  .button1 {
    display: inline-flex;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 700;
    font-size: 20;
    font-family: "Public Sans", sans-serif;
    min-width: 64px;
    background-color: #690B5F;
    width: 10%;
    min-height: 48px;
    margin: 24px 0px 8px;
    padding: 8px 22px;
    border-radius: 8px;
    color: #fff;

  }
  
  
 
  .colorstyle a{
    color: #D81250 !important;
  }
  a:hover{
    color: #690B5F !important;
  }
  
  .footer {
    padding-top: 20px;
    padding-bottom: 0.5px;
    background-color: #906d36; /* Black Gray */
    color: white !important;
  }
  .footer a{
    color: white;
    padding-right: 10px;
  }
  .footer.fa{
    color:white;
  }
  
  