@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
}

h1 {
    font-family: "ArcadeClassic", serif;
    text-align: center;
    font-size: 2.7rem;
}

h2 {
    font-family: "ArcadeClassic";
    text-align: center;
    margin-top: -10px;
    margin-bottom: 50px;
    font-size: 1.5rem;
}

h3 {
    font-family: "Courier Prime", monospace;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 50px;
    font-size: 1.5rem;
}

p {
    font-family: "Courier Prime", monospace;
    line-height: 1.6rem;
    padding-bottom: 1.6rem;
	text-indent: 30px;
}

pre {
    font-family: "ArcadeClassic", serif;
    line-height: 1.6rem;
    padding-bottom: 1.6rem;
    color: #1a8299;
    text-decoration: underline;
	cursor: pointer;
}

a {
    color: rgb(35, 66, 241);
    font-family: "Courier Prime", monospace;
    line-height: 3.0rem;
    padding-bottom: 3.0rem;
	font-weight: bold;
	font-size: 1.3rem;
}

a:visited {
  color: rgb(35, 66, 241);
}

img {
    width: 687px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.6rem;
}

@media (max-width: 760px) {
    img {
        width: 82vw;
    }
}

iframe {
    width: calc(100% / 1.2);
    height: calc(100% / 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.6rem;
}

.inverted {
    color: #ffffff;
    background-color: #000000;
}

.invertedlink {
  color: #ff1100;
}
.invlink {
    color: #ffffff;
}

.bigboy {
    width:1000px;
}

@media (max-width: 1080px) {
    .bigboy {
        width: 82vw;
    }
}

.bigboy + .center-div {
    max-width: 700px;
}

.center-div {
    margin: 0 auto;
    height: 100px;
    border-radius: 3px;
    max-width:700px;
}

.typewriter span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.typewriter span.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/* IE issues */
.lt-ie9 .typewriter span {
    display: inline-block;
}

.lt-ie9 .typewriter span.whitespace {
    min-width: 0.35em;
}

#red {
    color: #bf2424;
}

#orange {
    color: #bf5a24;
}

#yellow {
    color: #bf9d24;
}

#green {
    color: #24bf29;
}

#blue {
    color: #2474bf;
}

#purple {
    color: #8624bf;
}

#pink {
    color: #bf24aa;
}

#brown {
    color: #522a10;
}

#black {
    color: #000000;
}

button {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(240, 240, 240);
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    font-weight: 400;
    overflow-wrap: break-word;
    font-family: segoe ui, sans-serif;
    text-align: center;
}

.chat {
    border-bottom-color: rgb(128, 128, 128);
    border-bottom-style: dashed;
    border-bottom-width: 0.8px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(128, 128, 128);
    border-left-style: dashed;
    border-left-width: 0.8px;
    border-right-color: rgb(128, 128, 128);
    border-right-style: dashed;
    border-right-width: 0.8px;
    border-top-color: rgb(128, 128, 128);
    border-top-style: dashed;
    border-top-width: 0.8px;
    box-sizing: border-box;
    font-family: "courier-std", courier, monospace;
    overflow-wrap: break-word;
    padding: 1px;
    margin-bottom: 1.6rem;
}
.chatblack {
  color: black;
}

.chatinverted {
  color: white;
}

.chat button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.chat p {
    padding-left: 1rem;
}

.class { 
    opacity: 0; transition: 1s ease; 
}

.class.active { 
    opacity: 1; transition: 1s ease; 
}

.hidden {
    display: none;
}

.class2 { 
    opacity: 0; transition: 1s ease; 
}

.class2.active2 { 
    opacity: 1; transition: 1s ease; 
}

.hidden2 {
    display: none;
}

.class3 { 
    opacity: 0; transition: 1s ease; 
}

.class3.active3 { 
    opacity: 1; transition: 1s ease; 
}

.hidden3 {
    display: none;
}

.pagenumber {
    text-align: right;
}