html, body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    background-color: #f5faff;
    height: 100%;
}

.root-container {
    height: 100%;
    width: 100%;
}

.main-content {
    background-color: white;
    padding-top: 3em;
}

.title {
    font-variant: small-caps;
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 1em;
}

.addr {
    font-size: 1.5em;
    margin-bottom: 1em;
    /* margin-top: 0.5em; */
}

.supp {
    font-size: 1em;
}

.supp-list {
    width: 400pt;
    margin: auto;
    text-align: left;
}
