.starter-template {
  text-align: center;
}

.logo {

  width: 240px;
  height: 60px;
}

.result {
  font-size: 20px;
  color: #d22d2d;
  font-weight: 700;
}

p {
  font-size: 18px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;

}

.panel-title {
  font-size: 24px;
  color: #bb9522;

}

.well {
  background: #fcf8e3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.responsive-box {

  margin: 0 auto;
  /* Center the box */
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fcf8e3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.responsive_ad {
  width: 320px;
  height: 50px;
}

@media(min-width: 500px) {
  .example_responsive_1 {
    width: 468px;
    height: 60px;
  }
}

@media(min-width: 800px) {
  .example_responsive_1 {
    width: 728px;
    height: 90px;
  }
}

/* Hide AdSense ad for small screens */
.adsense-banner {
  display: none;
}

/* Show AdSense ad for larger screens */
@media (min-width: 750px) {
  .adsense-banner {
    display: block;
  }
}
