@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Iceland&family=Bruno+Ace+SC&family=Funnel+Display:wght@300..800&display=swap");
.box-background {
  background-color: rgb(247, 255, 221);
  font-family: "Audiowide";
}

.bb-header {
  font-family: "Bruno Ace SC";
  font-weight: bold;
  text-decoration-line: underline;
}

#buildable-bar {
  background-color: #fab12f;
  padding-top: 80px;
  padding-bottom: 60px;
}

.buildable-img {
  width: 300;
  /* margin: 20; */
  margin-left: 100px;
}

.buildable-info {
  /* margin: 20; */
  max-width: 500px;
  text-align: justify;
}

.buildable-info-head {
  margin-bottom: 30;
  font-family: "Audiowide";
}
.buildable-info-p {
  font-family: Iceland;
}

@media (max-width: 990px) {
  .buildable-img {
    display: none;
  }
}
