html.theme-light {
    background: #F3F3F3;
}

html.theme-dark {
    background: #363636;
}

.hidden {
    display: none;
}

#big-text {
    font-size: 30pt;
    text-align: center;
}

#main {
    font-family: "Segoe UI Semilight","Segoe UI Web Semilight","Segoe UI","Segoe UI Light","Segoe WP Light","Segoe","Segoe WP","Helvetica Neue","Roboto","Helvetica","Verdana","sans-serif";
    padding: 16px 16px 0px 16px;
}

.theme-light #main {
    color:black;
}

.theme-dark #main {
    color:white;
}

.button {
    width: 200px;
    height: 40px;
    margin: 40px auto;
    font-size: 15px;
    border: none;
    display: block;
}

.theme-light .button {
    background: #7719AA;
    color: white;
}

.theme-dark .button {
    background: #C0AAE4;
    color: black;
}

#description-image {
    display:block;
    max-height: 99%;
    max-width: 99%;
    padding-bottom: 16px;
}

.emoji {
    font-family: "Segoe UI Emoji";
}
