html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5)), url("../img/background.jpg")  no-repeat;
    background-size: cover;
    overflow: hidden;
}

body {
    background: rgba(255, 255, 255, .01);
}

:root {
    --md-sys-color-secondary-container: orange;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 20
}

form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.mdl-layout-title > img {
    height: 30px;
}

.demo-card-wide.mdl-card {
    min-width: 200px;
    width: fit-content;
}

.demo-card-wide > .mdl-card__title {
    color: #fff;
    height: 176px;
    background: dodgerblue !important;
    /*background: url('../assets/demos/welcome_card.jpg') center / cover;*/
}

.demo-card-wide > .mdl-card__menu {
    color: #fff;
}

.demo-card-square.mdl-card {
    width: 240px;
    height: 240px;
}

.demo-card-square > .mdl-card__title {
    color: #fff;
    /*background: url('img/effect_background.png') no-repeat;*/
    background: orange;
    background-size: 300px 240px;
}

.demo-list-icon {
    width: 300px;
}

.titleCard {
    min-width: 500px;
}

.center {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.centerPageMainDiv {
    height: 350px;
    vertical-align: middle;
    padding-top: 60px;
}

.centerPageDiv {
    color: #000;
    width: 100%;
    text-align: center;
}

.secondaryInfoDiv {
    padding-top: 24px;
    color: #000;
    background: #fffd;
    min-height: 450px;
    height: fit-content;
    padding-bottom: 50px;
}

.page-content {
    padding-left: 24px;
    padding-right: 24px;
}

.changelogDiv {
    border-left: 5px solid rgb(63,81,181);
    padding-left: 15px;
    width: 100%;
}

.mdl-list__item {
    width: max-content;
}

.mdl-list__item-widthfix {
    width: min-content !important;
    min-width: fit-content;
    line-height: inherit !important;
}

.pageSubtitleText {
    font-size: 24px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 100;
}

.howToTable {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    width: 800px;
    margin-left: 55px;
}

.howToTable th {
    text-align: left;
}
.howToTable td {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: .04em;
    margin: 24px 0 16px;
}

li {
    font-size: 18px !important;
    line-height: 36px;
    letter-spacing: .04em;
}

