html, body {
    height: 100%;
    background: #ECECEC;
    margin: 5px;
    text-align: center;
}

#innerbody {
    font-family: "DM Sans", Inter, Helvetica, sans-serif;
    font-size: 110%;
    background: #ECECEC;
    text-align: center;
    margin: auto;
    padding-top: 10px;
    max-width: 700px;
    min-width: 260px;
    position: relative;
}

.Title {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

#LinkList a {
    color: inherit;
    text-decoration: none;
}

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

.flexHeader {
    margin: 20px 0px 5px 0px;
    font-weight: bold;
    font-size: 130%;
}

.flexHR {
    width: 1px;
    background-color: white;
}

.flexItem {
	display: flex;
    height: 60px;
    margin: 5px 0px 5px 0px;
}

.flexItem:hover {
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.flexLink {
    flex: 1;
    display: flex;
    height: 60px;
    min-width: 200px;
}

.flexLogo * {
	width: 60px;
	height: 60px;
}

.flexText {
	padding-left: 5px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: white;
}

.flexLinkTitle {
    font-weight: bold;
    font-size: 150%;
}

.flexCopy {
    color: white !important;
    font-size: 200%;
    line-height: 60px;
    margin-left: auto;
    padding: 0px 5px;
    border: none;
    background: none;
    cursor: pointer;
}