html {
    
}

body {
    background-image: url(https://files.catbox.moe/g2iuhw.jpeg);
    background-size: cover;
    margin: 0px;
    display: flex;
    justify-content: center;
    background-color: black;
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'peace';
    src: url('https://files.catbox.moe/ogg5n1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cocaine';
    src: url('https://files.catbox.moe/7ge8p5.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.holder {
    width: 1200px;
    height:670px;
    position: relative;
}

#graph {
    background-image: url(https://files.catbox.moe/teco0f.png);
    animation: scroll-tile 60s linear infinite;
    width: 1200px;
    height:670px;
    mix-blend-mode: overlay;
    opacity: 50%;
    position: fixed;
}

@keyframes scroll-tile {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200px -200px; /* adjust for scroll direction & speed */
  }
}
#title {
    font-family: peace;
    font-size: 100px;
    position: fixed;
    right: 0;
    z-index: 999;
    text-shadow: 0 0 2px white, 2px 2px 0px white, -2px -2px white, 0 2px white, 0 -2px white, -2px 0 white, 2px 0 white, 3px 3px 2px black;
    bottom:0;
}

#lyrics {
    color: white;
    font-smooth: never;
    -webkit-font-smoothing: none;
    width: 300px;
    position: absolute;
    z-index: 1;
    height: 650px;
    opacity: 50%;
    overflow: hidden;
    font-size: 20px;
    mix-blend-mode: overlay;
}

#entryblock {
    position: absolute;
    right: 50px;
    top:35px;
    background-color: azure;
    border: 4px double #36494E;
    height: 600px;
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 10px;
    padding-bottom: 30px;
    width: 510px;
}
#nav {
    position: absolute;
    right: 575px;
    bottom:35px;
    box-shadow: 0 0 2px #36494E;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .2s ease;
    width: 200px;
    height: auto;
    background-color: azure;
}

#nav button {
    box-sizing:border-box;
    width: 100%;
    padding: 5px;
    height:30px;
    background-color: azure;
    border-left: none; border-right: none; border-top: none;
    border-bottom: 1px solid #36494E;
    -webkit-font-smoothing:none;
    font-family: times;
    font-size: 15px;
    font-smooth:never;
    margin-bottom: 0;
}

#navtitle {
    rotate: -90deg;
    font-family: peace;
    font-size: 50px;
    position: absolute;
    right: 685px;
    pointer-events: none;
    z-index: 999;
    bottom:110px;
    text-shadow: 0 0 2px white, 2px 2px 0px white, -2px -2px white, 0 2px white, 0 -2px white, -2px 0 white, 2px 0 white, 3px 3px 2px black;
}

#nav button:last-child {
    border: none;
}

#nav button:hover {
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}

.titlewrap {
    display:flex;
}

.detailwrap {
    display: flex;
    width: 405px;
    flex-direction: column;
}

.dancers {
  position: absolute;
  margin-left: 50px;
  margin-top: 900px;
  top: 0;
  opacity:50%;
}

.shipwheel {
  position: absolute;
  margin-left: 1100px;
  margin-top: -10px;
}

.hoverspin:hover {
    transform:rotate(360deg);
    transition:.7s ease
  }

blogtitle {
    font-family: peace;
    font-size: 40px;
}

date {
    color:gray;
    font-smooth: never;
    -webkit-font-smoothing: none;
}

feeling {
    font-smooth: never;
    -webkit-font-smoothing: none;
}

p {
    font-smooth: never;
    -webkit-font-smoothing: none;
}