@font-face {
  font-family: Porkys;
  src: url('fonts/PORKYS_.TTF')
}

@font-face {
  font-family: Smalle;
  src: url('fonts/smalle.ttf')
}
.scroll {
  overflow: scroll;
}

iframe {
  border: 0px;
}

body {
  background: #FF9742;
  color: #CA4530;
  font-family: Smalle;
}

.main {
  max-width: 700px;
}

.header {
  width: 650px;
}

.header span {
  font-family: Porkys;
  font-size: 70px;
  color: #FFDFAD;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #CA4530;
}

.box {
  background-color: #FFDFAD;
  border: 3px solid #CA4530;
  padding: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}

.box .title {
  padding: 0px;
  background: #CA4530;
  color: #FFDFAD;
}

.box span {
  margin: 2px;
  text-align:left;
  display: block;
}

.update span {
  display:block;
}

.bio {
  text-align: left;
  width:230px;
}

.bio .t1{
  display:block;
  background-color: #FF9742;
}

.bio .t2{
  display:block;
  background-color: #FFEAC6;
}

.favchar img {
  width: 70px;
  border: solid 3px #CA4530;
   -webkit-border-radius: 5px;
  border-radius: 5px;
}

.quiz img {
  border: solid 3px #CA4530;
   -webkit-border-radius: 5px;
  border-radius: 5px;
}

.buttons-n-blinkers {
  overflow: hidden;
  width: fit-content; /* just for demonstration */
  position: relative;
  width: 350px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  
  100% {
    transform: translateX(-100%);
  }
}

.buttons-n-blinkers > div {
  animation: marquee 20s linear infinite;
  animation-play-state: paused;
  animation-delay: -10s; /* This MUST be -duration/2 */
  width: 100%;
  min-width: fit-content;
  text-wrap: nowrap;
}

.buttons-n-blinkers > div.follower {
  position: absolute;
  top: 0;
  animation-delay: 0s;
}

.buttons-n-blinkers > div.play {
  animation-play-state: running;
}

.buttons-n-blinkers:hover > div.play {
  animation-play-state: paused;
}

::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0);
}


#s-m-t-tooltip {
z-index: 9999;
background: #CA4530;
font-size: 12px;
line-height: 13px;
font-family:lucida console;
letter-spacing: 1px;
moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-o-transition: all 0s ease-out;
-webkit-transition: all 0s ease-out;
-moz-transition: all 0s ease-out;
text-transform: normal;
color: #FFDFAD;
max-width: 150px;
word-wrap: break-word;
padding: 2px 5px 2px 6px;
display: block;
margin: 24px 14px 7px 12px
  }

