body {
  background-color: #090D0F;
  font-family: 'Ubuntu', sans-serif;
}

.btn-warning {
  background-color: #28D2B4 !important; 
  border-color: #28D2B4 !important;
  box-shadow: 0 0 0 0.25rem rgb(40 210 180 / 100%);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.active {
  background-color: #28D2B4 !important; 
  border-color: #28D2B4 !important;
  box-shadow: 0 0 0 0.25rem rgb(40 210 180 / 100%);
}

.__color_orange {
  color: #28D2B4 !important; 
}

footer a:hover, footer a:active, footer a:focus, footer a.active {
    color: #28D2B4 !important;
}

.container__package {
  display: flex;
  gap: 2rem;
}

.box__package {
  flex-grow: 1;
  text-align: center;
  background-color: #11181B;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 100px;
  cursor: pointer;
  padding: 2rem 1rem;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}

.box__package .package__price {
  font-size: 12px;
  color: #bbb;
  margin-top: .5rem;
}