.radio-canada-<uniquifier> {
  font-family: "Radio Canada", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
@font-face {
  font-family: 'dyslexiafont';
  src: url('ui/dyslexiafont.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
    background-size: 32px;
    image-rendering: pixelated;
    margin: 0px;
    padding: 0px;
    font-family: var(--font);
    color: var(--othercolor);
    background-color: var(--bgtint);
    background-blend-mode: multiply;
    font-size: calc(16px - var(--fontsize));
    filter: contrast(var(--contrast));
}
#mainbit {
    width: 75%;
    margin: auto;
    background-color: var(--maincolor);
    margin-top: 32px;
    border-radius: 10px;
    border: 2px solid var(--othercolor);
}
#topbit {
    display: flex;
    image-rendering: pixelated;
    width: 100%;
    height: 128px;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px black;
    flex-wrap: wrap;
    animation: movetopbitbg 180s linear infinite;
    background-color: var(--bgtint);
    background-blend-mode: multiply;
}
@keyframes movetopbitbg {
    from {
        background-position: 0% bottom;
    }
    to {
        background-position: 100% bottom;
    }
}
#topbit img {
    width: 600px;
}
#navbuttons {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
}
h1 {
    margin: 3px;
    padding: 3px;
    text-align: center;
}
h2 {
    margin: 3px;
    padding: 3px;
    text-align: center;
}
h3 {
    margin: 3px;
    padding: 3px;
    text-align: center;
}
p {
    margin: 3px;
    padding: 3px;
}
button {
    background-color: var(--maincolor);
    border-radius: 10px;
    border: 2px solid var(--othercolor);
    font-size: calc(16px - var(--fontsize));
    color: var(--othercolor);
    font-family: var(--font);
}
.lockedbutton {
    background-color: grey;
    text-decoration: line-through;
}
.lockedbutton:hover {
    cursor: not-allowed;
}
button:hover {
    background-color: gold;
    cursor: pointer;
}
.center {
    text-align: center;
}
a {
    color: gold;
}
a:hover {
    color: var(--maincolor);
    background-color: gold;
}
.picturetable {
    width: 90%;
    margin: auto;
    text-align: center;
}
.picturetable img {
    width: 80%;
    image-rendering: auto;
    border-radius: 10px;
    border: 2px solid var(--othercolor);
}
#chatframe {
    width: 100%;
    height: 750px;
    border: none;
    border-bottom: 2px solid var(--othercolor);
}
/*
.vx81pixel {
    width: 40px;
    height: 40px;
    background-color: black;
    color: rgb(35, 203, 20);
    text-align: center;
    font-size: calc(30px - var(--fontsize));
}
.vx81pixel p {
    padding: 0px;
    margin: 0px;
}
.vx81shellsquare {
    width: 40px;
    height: 40px;
    background-color: rgb(203, 200, 155);
}
.vx81shelllabel {
    width: 80px;
    height: 40px;
    background-color: rgb(203, 200, 155);
    text-align: center;
    font-size: calc(16px - var(--fontsize));
}
.vx81shellleftstair {
    width: 40px;
    height: 40px;
    background-image: url("ui/vx81leftstair.png");
    background-size: 100%;
}
.vx81shellrightstair {
    width: 40px;
    height: 40px;
    background-image: url("ui/vx81rightstair.png");
    background-size: 100%;
}
.vx81shellslab {
    width: 40px;
    height: 40px;
    background-image: url("ui/vx81slab.png");
    background-size: 100%;
}
.vx81shelllight {
    width: 40px;
    height: 40px;
    background-color: rgb(203, 31, 15);
}
.vx81screen {
    border-spacing: 0px;
    margin: auto;
}
.vx81screen tr, .vx81screen td {
    padding: 0px;
}
*/
