.brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-text {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: -8px;
}

.brand-by {
    font-size: 0.8em;
    color: #666;

}

.hero {
    text-align: center;
}

.gwmBadge {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.googleform {
    text-align: center;
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.googleform iframe {
    margin-top: 2dvh;
    border-radius: 0.25rem;
}

.grid {
    margin-bottom: 5rem;
}

.info-screen {
    text-align: center;
}

.info-screen img {
    border-radius: 0.25rem;
}

.info-card {
    display: flex;
    align-items: center;
}

.footer {
    text-align: center;
}

.footer-link {
    text-decoration: none;
    margin: 0 0.5rem;
}

.footer-link:hover {
    text-decoration: underline;
}
