@import url(https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
:root {
    --mdc-theme-primary: #2B2B2B;
    --mdc-theme-background: #131313;
    --mdc-theme-on-primary: #86868B;
    --mdc-theme-secondary: #FFAB00;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    display: block;
    background-color: var(--mdc-theme-background);
}

* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mdc-top-app-bar__title {
    text-transform: uppercase;
}

.mdc-top-app-bar__subtitle {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    font: 1em;
    margin-right: 16px;
}

#main-content {
    height: calc(100% - 64px);
}

@media screen and (max-width: 600px) {
    #main-content  {
        height: calc(100% - 56px);
    }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
    #main-content  {
        height: calc(100% - 64px);
    }
}

#div-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

.title-text {
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.sub-title-text {
    color: white;
    font-weight: 500;
    font-size: 24px;
}

.body-text {
    color: var(--mdc-theme-on-primary);
    font-size: 18px;
}

.footer {
    width: 100%;
    padding: 16px 0px;
    text-align: center;
}

.copy-right {
    color: white;
    font-size: 20px;
}

.div-terms {
    margin-top: 8px;
}

.terms {
    color: white;
    font-size: 16px;
    margin: 8px;
}

.footer-logos {
    display: flex;
    justify-content: center;
}

.store-logo {
    width: 338px;
    height: 70px;
}

.store-logo img {
    cursor: pointer;
    width: auto;
    height: 80%;
}
body {
    background-color: white;
    overflow: hidden;
}

#main-content {
    height: calc(100% - 64px);
}

.div-tos {
    height: 100%;
    overflow-y: auto;
}
