.addition{
    position:absolute;
    top:-0.5em;
    font-size: 0.5em;
    transform: rotateZ(30deg) skew(10deg);
    color: rgb(255, 126, 126);
}

h1{
    text-align: center;
    position: relative;
}

marquee{
    background: linear-gradient(32deg, rgb(57, 65, 100), rgb(51, 63, 53));
}

.graphdes{
    position:absolute;
    top: 30px;
    transform: skew(-30deg) rotateZ(-25deg);
    background: linear-gradient(50deg, rgb(0, 255, 255), purple, rgb(0, 255, 0));
    color: transparent;
    background-clip: text;
}

.nah{
    text-decoration: none;
    color: inherit;
}

*{
    font-family: sans-serif;
    color: rgb(247, 247, 247);
}

body{
    background-color: black;
}
main{
    margin: 8px auto;
    padding: 8px;
    max-width: 25cm;
}
tiny{
    font-size: 0.2em;
}
tiny>a{
    text-decoration: none;
    cursor: help;
}
.bottom{
    position: absolute;
    bottom: 10px;
}
