p {
    font-weight: 400;
}

#hero-main {
    padding: 32px 0 32px 0;
    text-align: center;
}

#about {
    padding: 0 24px 24px 24px;
}

.subtitle {
    font-weight: 400;
}

.section {
    margin-bottom: 6em;
}

.info {
    background: rgb(243, 243, 243);
    border-radius: 8px;
    padding: 24px;
}

.footnote {
    position: relative;
    top: -16px;
    margin-bottom: 16px;
    font-size: small;
}

.result {
    border-radius: 8px;
    background: rgb(243, 243, 243);
    padding: 16px;
    position: relative;
    top: -16px;
}

.total-label {
    margin-bottom: 0.2em;
    font-weight: 400;
    font-size: medium;
    color: #606c76d8;
}

.total {
    font-weight: 500;
}

.grand-total-label, .grand-total {
    margin-bottom: 0.2em;
    font-weight: 600;
    font-size: 1.3em;
}

.grand-total {
    color: blueviolet;
}