body {
    padding: 0;
}

#outer-container {
    display: flex;
    width: 60%;
    min-width: 20rem;
    padding: 1rem 0 0 0;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    margin: auto;
}

#main {
    display: flex;
    padding: 2rem 0;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    flex: 1 0 0;
    margin: auto;
}

#header-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
}

#logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#header-text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    align-self: stretch;
}

#signin-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.signin-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    flex: 1 1 20rem;
    max-height: 16.375rem;
    max-width: 28rem;
}

.xero-card {
    background-color: var(--Brand-300);
}

.sheets-card {
    background-color: var(--Grey-300);
}

.card-icon {
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.card-icon.google {
    border-radius: 50%;
    background: var(--Grey-0);
}

.card-title {
    font-size: 1rem;
}

.card-text {
    margin-bottom: 2rem;
}

.signin-card .button-neutral {
    margin-top: auto;
}

.button-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.beta-badge {
    font-size: 1rem;
    color: var(--Grey-0);
}

#footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
    color: var(--Grey-950);
}

.signup-link {
    color: var(--Grey-950);
}
