body {
     background: rgb(243, 244, 246);
}
mark {
     background-color: rgb(241, 205, 46);
     padding: 0.1em 0.2em;
     border-radius: 0.15em;
}
.brand {
     display: inline-flex;
     align-items: center;
     gap: 0.5rem;
     color: inherit;
     text-decoration: none;
}
.contact-button {
  background-color: rgb(241, 205, 46);        /* #F1CD2E */
  border-color: rgb(241, 205, 46);        /* #F1CD2E */
}
.logo-image {
     width: 2em;
     height: 2em;
}
.pdf-image {
     width: 10em;
     height: 14.14em;
     border: 1px solid #ccc;
     box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.team-image {
     width: 6em;
     height: 6em;
}

