.ibm-plex-sans-medium {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
.linkButton {
    padding: 1em 1em; /* was 0.5 1 */
    color: white;
    background-color: #0f2241;
    text-decoration: none;
    margin: 0.5em 5px;
    border-radius: 5px;
    text-align: center;
}
.stacked {
    display: block;
}
.centered {
    margin-left: auto;
    margin-right: auto;
}
.fit-content {
    max-width: fit-content;
}
/* .footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
} */
body {
    background-color: #0f2241;
}
.linkButton {
    
}
.card {
    margin-top: 10px;
    background-color: #f6f6f6;
    border-radius: 5px;
    max-width: 400px;
    filter: drop-shadow(0rem 0rem 0.5rem #000);
}
svg {
    max-height: 80px;
}
.footerLogo {
    max-width:300px;
}