@font-face {
    font-family: Alegreya;
    src: url('Alegreya.ttf');
    font-display: swap;
}
a {
    color: salmon;
    text-decoration: none;
}
a:visited {
    color: #AFAFAD;
}
* {
    box-sizing: border-box;
    font-family: Alegreya;
    padding: 0px;
    margin: 0px;
}
body {
    margin: 0em 1.75em 0em 1.75em;
    padding-bottom: 7em;
    background: #16161D;
    color: #AFAFAD;
}
table tr {
    display: grid;
}
table tr p {
    text-align: center;
}
table tr strong {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p, li {
    margin: 1em 0em 1em 0em;
    font-size: normal;
    text-align: center;
}
h1 {
    text-align: center;
}
p, li {
    word-break: break-word;
    text-align: justify;
    line-height: 1.5;
}
li {
    margin-left: 1em;
}
.advertisement {
    position: fixed;
    background: #AFAFAD;
    transform: translate(-50%);
    width: 320px;
    height: 50px;
    left: 50%;
    top: .80%;
}
.switch {
    border-radius: 5px;
    border: 2px solid #FAF9F6;
    background: salmon;
    position: fixed;
    font-size: 20px;
    outline: none;
    color: #FAF9F6;
    padding: 10px 14px;
    bottom: 5%;
    right: 5%;
}
.tv-container {
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.tv {
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
}
.tv iframe{
    pointer-events: none;
    background: #212125;
    height: 420px;
    margin: auto;
    width: 90vw;
}
.wakelock {
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    visibility: hidden;
}
.progress-bar {
    height: 5px;
    background-color: #AFAFAD;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
}