

@font-face {
    font-family: "FetteUNZFraktur";
    src: url(FetteUNZFraktur.ttf);
  }

.title {

  display: inline-block;

}

.title h2 {
    font-weight: 400;
    font-family: "FetteUNZFraktur" !important;
    font-size: 56px;
    text-align: center;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;


  }

.carly-wrapper {
  text-align: center;
}

.carly-container > p {
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-align: center;

}

a {
  color: #000000;
  text-decoration: underline; }



.card-content.websites {
  display: none; }

/* CARLY ROSE */
.carly-container {
  display: inline-block;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
   }

.carly-container img.carly {
    height: auto;
    width: 60%; }

@media screen and (max-width: 500px) {

  .title h2 {
    font-size: 36px;
  }

  .carly-container img.carly {
      width: 90%;
  }

  .carly-container > p {
        font-size: 18px;
      }

}
