.jumbotron {
}

.text-center {
  width: auto;
  height: auto;
}

.btn.btn-primary.border.rounded.border-danger.d-xl-flex.justify-content-xl-center {
  color: rgb(0,0,0);
  border: 3px solid;
  border-radius: 30px;
}

.btn.btn-primary.BuyButton {
  /*margin: auto;*/
  border: 2px solid #000000;
  color: #000000;
  border-radius: 30px;
  width: 100%;
}

@media (min-width: 575px) {
  #specs {
    font-size: 18px;
    width: 100%;
  }
}

@media (min-width: 300px) {
  #specs {
    font-size: 14px;
    width: 160px;
  }
}

@media (min-width: 768px) {
  #specs {
    font-size: 23px;
    width: 380px;
  }
}

