:root{
    --primary-color : #03dffc;
    --white : #fff;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-primary{
    color: var(--primary-color) !important;
}

.text-beer{
    color: #F5B112;
}

  .f-size-24 {
    font-size: 24px;
  }

  .f-size-52 {
    font-size: 52px;
  }
