/* I messed up CSS so hard */

@font-face {
    src: url("animeace2_reg.ttf");
    font-family: AnimeAce;
}

html {
    background: #000;
    color: #fff;
    scrollbar-color: #333 #111 !important;
    scrollbar-width: thin !important;
    font-family: AnimeAce;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
}

p {
    position: relative;
    left: 2vw;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    left: 1vw;
}

li[diff="1"] {
    color: rgb(0, 193, 0);
}

li[diff="2"] {
    color: rgb(0, 158, 193);
}

li[diff="3"] {
    color: rgb(193, 177, 0);
}

li[diff="4"] {
    color: rgb(193, 109, 0);
}

li[diff="5"] {
    color: rgb(255, 37, 37);
}

a {
    color: rgb(22, 206, 123);
    text-decoration: underline;
}

div {
    position: relative;
    width: 95vw; /* why can't it 100??? */
}

img {
    width: 25vw;
}

#background {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -10000000;
    transform: translateZ(0);
    will-change: transform;
    opacity: .2;
    transition: .5s;
    filter: invert();
    max-width: 100%;
    height: auto;
}

#root {
    left: 1vw
}

.note {
    background: rgba(0, 158, 124, 0.1);
    border-left: 0.25em solid #00a6a9;
    padding: 1vw;
    margin: 1em 0.5em;
    border-radius: 5px;
}

.note.important {
    background: rgba(255, 107, 107, 0.1);
    border-left: 0.25em solid #ff6b6b;
}

.note.hidden {
    display: none
}

table {
    background-color: rgba(255, 107, 107, 0.1);
    border: 4px solid white;
    text-align: center
}

tr {
    background-color: rgba(91, 91, 91, 0.5);
    ;
}

tr.bravo {
    background-color: rgba(184, 118, 56, 0.5);
}

tr.tetris {
    background-color: rgba(27, 150, 200, 0.5);
}

tr.tspin {
    background-color: rgba(149, 32, 140, 0.5);
}

tr.pikii {
    background-color: rgba(152, 244, 247, 0.5);
}

td>a {
    color: rgb(110, 0, 101);
}

.embed {
    width: 450px;
    height: 297px;
    position: relative;
    left: 0.25em
}

.embed.video {
    height: 250px;
}

.twitter-tweet {
    width: 35vw !important;
}
