/* Text Style */
.text-primary{
  color:#222f5b;
}

.text-secondary{
  color:#fff;
}

/* Botton Style */
.btn{
  cursor:pointer;
  display:inline-block;
  padding:10px 30px;
  color:#fff;
  background-color:#222f5b;
}

.btn-outline{
  background:transparent;
  border:1px white solid
}

.btn:hover{
  opacity:0.9;
}

/* Botton and Background Style */
.btn-primary,.bg-primary{
  background:#222f5b;
  color:#ffd700;
  
}

.btn-secondary,.bg-secondary{
  background:#0284d0;
  color:#fff;
}

.bg-tertiary{
  color:#fff;
  background-color:#28a745;
}

.btn-dark,.bg-dark{
  background:#222f5b;
  color:#fff;

}
.btn-light,.bg-light{
  background:#f4f4f4;
  color:#333;
}

.jong h4,.jong p,.jong a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background:#f4f4f4;
}