@font-face {
    font-family: 'United Colony Gradient';
    src: url('fonts/UnitedColonyGradientItalic.woff2') format('woff2'),
        url('fonts/UnitedColonyGradientItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Bauhaus Bernard 1926';
    src: url('fonts/BauhausBernard1926Bold.woff2') format('woff2'),
        url('fonts/BauhausBernard1926Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    background-color: black;
    font-family: monospace;
    color: #03b91e;
}
#homepagename.title {
    background-image: url("https://dl.glitter-graphics.com/pub/514/514873kwpj8sc5kp.gif");
    background-attachment: fixed;
    background-repeat: repeat;
    overflow: hidden;
}
h1 {
    font-family: 'United Colony Gradient';
    font-size: 600%;
    color:#D10060;
    text-align: center;
}
#welcome {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    animation: loop 15s linear infinite; 
}
@keyframes loop {
    0% {transform: translateX(0%);}
    100% {transform: translateX(-100%);}
}
.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 870px;
}
#left {
    display: flex;
    flex-direction: column;
}
#right {
    display: flex;
    flex-direction: column;
}
h2 {
    font-family: 'United Colony Gradient';
    font-size: 180%;
    text-shadow: 4px 4px 5px #D10060;
    color: white;
    margin-right: 30px;
}
.banner {
    margin-top: 15px;
    width: 90px; height: 40px;
}
#intro {
    width: 1885px;
    margin: auto;
    text-align: center;
    font-size: 150%;
    color:#03b91e;
}
#getbrainiacd {
    margin: 20px 0px 0px -55px;
}
#getbrainy {
    border: 2px solid #03b91e;
    border-radius: 7px;
    outline: none;
    box-shadow: 0px 0px 20px #03b91e;
    margin: 25px 0px 0px -55px;
}
#links {
    position: absolute;
    margin: 225px 0px 0px 440px;
    transition: transform;
}
#links:hover {
    transform: scale(.8);
}
#legions {
    background-color: transparent;
    font-family: 'United Colony Gradient';
    font-size: 200%;
    text-shadow: 4px 4px 5px #D10060;
    color: white;
    border: transparent;
    margin: 20px 0px 0px -55px;
}
#cliques {
    background-color: transparent;
    width: 450px; height: 250px;
    overflow-y: scroll;
    scrollbar-color: silver transparent;
    border: 2px solid #03b91e;
    border-radius: 7px;
    outline: none;
    box-shadow: 0px 0px 20px #03b91e;
    padding: 10px;
    margin: 20px 0px 0px -55px;
}
#exviusclique {
    text-decoration: none;
    text-align: center;
    color: silver
}
#exviusclique:visited {
    color: silver;
}
.left {
    float: left;
    text-align: center;
    width: 200px;
}
.right {
    float: right;
    text-align: center;
    width: 200px;
}
.cliqring {
    margin-top: 15px;
}
.fanlist {
    margin-top: 10px;
}
#navigator {
    background-color: transparent;
    font-family: 'United Colony Gradient';
    font-size: 300%;
    text-shadow: 4px 4px 5px #D10060;
    color: white;
    border: transparent;
    margin: 10px 0px 0px 80px;
}
#aliencat {
    border: 2px solid #03b91e;
    border-radius: 7px;
    outline: none;
    box-shadow: 0px 0px 20px #03b91e;
    margin: 20px 0px 0px 50px;
}
.buttons {
    position: absolute;
    width: 250px; height: 800px;
    margin: 120px 0px 0px 100px;
}
button {
    font-family: 'United Colony Gradient';
    font-size: 220%;
    color: white;
    background-image: linear-gradient(to bottom, white 0%, #D10060 51%, #ac0050 100%);
    border-color: silver;
    border-radius: 20px;
    width: 240px;
    margin: 4px;
}
button:hover {
    font-family: 'United Colony Gradient';
    color: #03b91e;
    font-size: 240%;
}
button:visited {
    color: white;
}
button:active {
    font-family: 'United Colony Gradient';
    font-size: 240%;
    color: #03b91e;
    background: #ac0050;
}
h3 {
    font-size: 150%;
}
#ids {
    float: right;
    width: 200px; height: fit-content;
}
#querlson {
    float: left;
    margin-right: 5px;
}
#bio {
    position: absolute;
    background: transparent;
    border: 2px solid #D10060;
    border-radius: 7px;
    outline: none;
    box-shadow: 0px 0px 20px #D10060;
    width: 550px; height: fit-content;
    padding: 0px 8px 5px;;
    margin: 73px 0px 0px 250px;
    font-size: 120%;
}
#yume {
    color: rgb(175, 96, 199);
}
.yume {
    border: 2px solid rgb(175, 96, 199);
    border-radius: 7px;
    outline: none;
    box-shadow: 0px 0px 10px rgb(175, 96, 199);
}