header {
    background-color: rgb(8,8,12);
    position: relative;
    z-index: 1000;
    width: 75%;
    margin: 0 auto;
}
* {
    font-family: verdana;
    color:white;
    margin:0;
}
html {
    background-color: rgb(10,12,15);
    margin: 0;
}
body {
width: 100%;
}
#prog {
    background-color: rgb(255, 255, 133);
    margin: 0%;
    border-radius: 10%;
}
footer {
    position: absolute;
    bottom:0;
    margin:0 auto;
    left: 12%;
    width: 75%;
    height: 7%;
    background-color: rgb(5,8,15);
    color: white;
}
footerthing {
    background-color: rgb(10, 10, 10);
    border: 50%;
    color: rgb(180, 180, 180);
}
footerthing:nth-child(3) {
    background-color: rgb(10, 10, 10);
    border: 50%;
    font-variant-emoji: unicode twemoji;
}
textthing#sorttext {
    position: relative;
    font-family: Verdana;
    margin: 0%;
}
button,input {
border:0;
    border-radius: 5%;
    background-color: rgb(15,18,22);
}
main {
    background-color: rgb(29, 29, 29);
    color: white;
    z-index: 5;
    align-self: center;
    width: 75%;
    margin: 0 auto;
    overflow-y: scroll;
}
#entirestuff {
    background-color: rgb(10, 10, 10);
    z-index: 8.2;
    color: white;
    position: absolute;
    font-weight: 500;
    font-size: x-large;
}
#linksrel {
    z-index: 10;
    color: rgb(0, 101, 168);
    border-radius: 2vb;
    background-color: rgb(194, 216, 216);
}
a#refferer {
    z-index: 400;
    color: rgb(152, 152, 255);
}
#padder {
    z-index: 4.3;
    background-color: rgb(16,16,16);
    position: absolute;
    border-radius: 2vb;
}
div#right {
    position: fixed;
    border-radius: 5%;
}
div#left {
    position: fixed;
    border-radius: 25%;
}
#social {
    position: absolute;
    background-color: rgb(3, 65, 94);
    color: white;
    border-radius: 1vb;
}
iframe {
    border-radius: 2vb;
    border: 2% solid grey;
}
#noflash {
    text-align: center;
    border-radius: 2vh;
    background-color: rgb(16, 78, 212);
    align-items: center;
    position: absolute;
    right:550;
    top:400;
}
#graph {
    font-weight: 700;
}
#objects {
    z-index: 0;
    position: fixed;
}
/* aaa */