.credits a.big {
    font-size: 2rem;
}

.credits button.big {
    font-size: 2rem;
    height: 3rem;
}

.credits {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.spartronics-logo {
    width: 16rem;
    border-radius: 16px;
}

.credits-section {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.credits-section.horizontal {
    display: inline;
}

.credits-spartronics-section {
    display: flex;
    width: 100%;
    flex-direction: column;
}

