

@keyframes floating {
    from { padding-top:0px; }
    to { padding-top:10px; }
}

@keyframes bgWoah {
    from {
        width:900;
        opacity: 100%;
        scale: 1;
    }
    to {
        width:1200;
        opacity: 0%;
        scale: 1.1;
        
    }
    
}

@keyframes fadeInSlow {
    from {
        opacity: 0%;
    }
    to {
        opacity: 100%;
    }
}


@font-face {
    font-family: 'SillyMode'; /*a name to be used later*/
    src: url('COMIC.TTF'); /*URL to font*/
}
@font-face {
    font-family: 'EF_TV'; /*a name to be used later*/
    src: url('/ttfs/EF_TV_Nord.ttf'); /*URL to font*/
}



.bgthing {
	width: 800px;
	height: 712px;
	position: absolute;
	background-color: #093f6e;
	left: calc(50% - 400px );
	animation-name: bgWoah;
	animation-iteration-count: infinite;
	animation-duration: 2.5s;
	animation-direction: normal;
	pointer-events: none;
	display: block;
}


.floor {
	width: 740px;
	quotes: 90%;
	background-color: #030c54;
	image-rendering: pixelated;
	outline-color: #063864;
	outline-width: 10px;
	outline-style: solid;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 1;
	position: relative;
}
.animatedBg {
    width: 100%;
    height:100%;
    position: absolute;
    background-image: url('favicon.png');
    image-rendering: pixelated;
}


p {
    color:white;
    font-family: SillyMode;
}
h1 {
    color:white;
    font-family: SillyMode;
}

a {
    color: #ff0;
    text-decoration-style: dotted;
    text-decoration-color: yellow;
    text-decoration-line: underline;
}

a:visited {
    color: green;
    text-decoration-style: solid;
    text-decoration-color: yellow;
    text-decoration-line: underline;
}

div.divider {
    width: 100%;
    height: 1px;
    background-color: black;
}

.center {
    margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.centerText {
  text-align: center;
}

.speech-bubble {
	position: relative;
	background: #0000bb;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: #0000bb;
	border-bottom: 0;
	margin-left: -15px;
	margin-bottom: -15px;
}




html {
    background-color: black;
    image-rendering: pixelated;
}


body {image-rendering: pixelated;}
