/* css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* main css */

body {
    background-color: black;
    color: rgb(192, 191, 191);
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: ms ui gothic;
}

a, a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover{
    color: rgb(64, 64, 64);
}

h1 {
    font-size: 50px;
        background: #0339ff;
background: linear-gradient(90deg,rgba(3, 57, 255, 1) 0%, rgba(0, 255, 34, 1) 34%, rgba(255, 229, 0, 1) 66%, rgba(255, 0, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 300px;
  margin: 0 auto;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
    color:white;
}

h4 {
    font-size: 20px;
    color: white;
}

h5 {
    font-size: 20px;
}

.quad {
    width: 650px;
    height: 650px;
    margin: auto;
    position: relative;
}

.red, .blue, .green, .yellow {
    width: 50%;
    height: 50%;
    border: 1px solid black;
    margin: 0px -1px;
}

.red img, .blue img, .green img, .yellow img {
    width: 100px;
}
.red summary, .blue summary, .green summary, .yellow summary {
padding: 25px;
}
.red {
    background-color: #FCBABB;
    text-align: left;
}

.blue{background-color: #8DDAF5;
text-align: right;}

.green{background-color: #C6E4C0;
}

.yellow {background-color: #F5F4B0;
text-align: right;}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

marquee {
    font-size: 10px;
    opacity: 25%;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

.green summary{
    position: absolute;
    bottom: 0;
}

.yellow summary{
    position: absolute;
    bottom: 0;
    right: 0;
}

.infobox {
  text-align: center;
  background-color: white;
  color: black;
  width: 375px;
  height: 375px;
  margin: 0 auto !important;
  position: absolute !important;
left: 50%!important;
top: 50% !important;
transform: translate(-50%, -50%) !important;
padding: 5px;
z-index:1;
border: 1px solid black;
}

.info {
    height: 360px;
}

.side1
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(-90deg);
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    margin-left: -155px;
}

.side2
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
    font-family: 'Times New Roman', Times, serif;
    font-size: 35px;
    margin-right: -200px;
}

.rambling {
    width: 600px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

.ramble{
    width: 550px;
    height: 300px;
        margin: 0 auto;
    overflow: auto;
    border: 1px solid grey;
    padding: 5px;
}

.blurb {
    width: 750px;
    margin: 0 auto;
}

.infodivider {
    border: 1px dashed black;
}

.divider {
    border: 1px dashed rgb(255, 255, 255);
    opacity: 50%;
}

.scroll {
    height: 295px;
    overflow: auto;
    padding: 5px;
    margin: 5px;
    border: 1px dashed grey;
    color: rgb(113, 113, 113);
}