:root {
    --blue: #13376b;
    --red: #e72d29;
    --darkerred: #870b0b;
}

@font-face {
    font-family: 'flange';
    src: url('https://file.garden/Z0b1C8mFE09pLRof/flangebq_bold.ttf') format("truetype");
}

::selection {
    background: #ffffff9f;
    text-shadow: 0px 0px 2px #0b54b9;
    color: #0b54b9;
}
/* width */
::-webkit-scrollbar {
    width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 20px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--red); 
    border-radius: 20px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--darkerred);
}
/* get rid of small white box */
::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}
a {
    color: red;
    text-decoration: none;
}
a:hover {
    color:var(--yellow);
    text-decoration: none;
    transition: 0.3s;
}

html{
    background: url("https://lycanwlf.neocities.org/images/backgrounds/tttetile.png") repeat;
img{pointer-events: none;}
}
body{
    position: relative;
    max-height: 100%;
    max-width: 100%;
}
.layout {
    height: 750px;
    width: 1100px;
    font-size: 20px;
    font-family: 'flange';
    letter-spacing: 2px;
    color: white;
    position: relative;
    border-radius: 20px;
    display: grid;
    margin: auto;
    padding-top: 50px;
    grid:
      "sidebar body" 1fr
      / 1fr 4fr;
    gap: 30px;
  }
  .sidebar { grid-area: sidebar;}
  .body { grid-area: body;}

.sidebar,.body{
    border-radius: 20px;
    background: #ffffff85;
    padding: 20px;
}
.bodyinner{
    border-radius: 20px;
    height: 710px;
    width: 830px;
    background: url(https://lycanwlf.neocities.org/images/backgrounds/tttecheck.png);
}
.bodyinnerinner{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-indent: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 540px;
    margin-right: 10px;
    p{padding-left: 20px; padding-right: 10px;}

}
.header{    
    background: var(--blue);
    position: relative;
    height: 140px;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}
.h1{
    position: relative;
    height: 100%;
    left: 200px;
    width: 450px;
    margin: 0;
    background: url(https://lycanwlf.neocities.org/images/bannerttte.png) no-repeat;
    background-size: 420px;
    h1{
    font-size: 60px;
    margin: 0;
    position: relative; 
    top:20px;
    left:95px}
}
#Intro h1{
    text-align: center;
    left:-10px;
}
#Intro p{
    font-size: 30px;
}
#MyHistory h1{
    text-align: center;
    font-size: 45px;
    left: -15px;
    top: -4px;
}
#FavCharacters h1{
    text-align: center;
    font-size: 45px;
    left: -15px;
    top: -3px;
}
#FavEpisodes h1{
    text-align: center;
    font-size: 38px;
    left: -15px;
    top: 11px;
}
#Collections h1{
    text-align: center;
    font-size: 45px;
    left: -15px;
    top: 30px;
}
.divider{
    border-bottom: 10px dotted var(--blue);
    text-align: right;
    margin-left: 15px;
    padding: 0;
    img{height:60px; margin-right: 15px}
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 7px); }
    100%   { transform: translate(0, -0px); }    
}
.sidebar button{
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    color: var(--red);
    font-family: 'flange';
    position: absolute;
}
.sidebar button:hover{
    color:var(--darkerred);
}
#steam1,#steam2,#steam3,#steam4,#steam5,.button1,.button2,.button3,.button4,.button5{
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#steam1{
    position: absolute;
    height: 120px;
    left: -18px;
    top: 60px;
}
.button1{
    font-size: 60px;
    top: 80px;
}

#steam2{
    position: absolute;
    height: 120px;
    left: -18px;
    top: 210px
}
.button2{
    font-size: 40px;
    top: 220px;
}

#steam3{
    position: absolute;
    height: 120px;
    left: -18px;
    top: 360px
}
.button3{
    font-size: 30px;
    top: 380px;
    left:15px
}

#steam4{
    position: absolute;
    height: 120px;
    left: -18px;
    top: 510px
}
.button4{
    font-size: 30px;
    top: 535px;
    left:1px;
}

#steam5{
    position: absolute;
    height: 120px;
    left: -18px;
    top: 660px
}
.button5{
    font-size: 36px;
    top: 695px;
    left: -1px;
}

#linkback{
    font-size: 20px;
    color: white;
    position: absolute;
    font-family: 'flange';
    letter-spacing: 2px;
    bottom:-120px;
    transition: 0.3s;
}
#linkback:hover{
    color: var(--blue)
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
h2{
    font-style: italic;
    color: #e72d29;
    text-shadow: 0px 0px 5px #ff0000;
}