/* begin noto sans */
@import url('https://fonts.googleapis.com/css?family=Noto Sans');
/* end noto sans */

@keyframes l33ts1t3 {
 0% {
   filter: hue-rotate(0deg);
 }
 100% {
   filter: hue-rotate(360deg);
 }
}

.extended.box {
    border: solid 3px #040084;
    background: black;
}

a.logo {
    text-shadow: 0 0 10px #7211ff;
    font-size: 2em;
}

body, #header, #hSub {
    width: 1024px;
    margin: 0 auto;
    font-size: unset;
    overflow: unset;
}

#header {
    border: none;
    background: unset;
    padding: 0;
}

#header, #hSub {
    padding-top: 1em;
    display: block;
    position: relative;
    margin: 0;
    left: unset;
    /* top: unset; */
    color: #FFF;
}

body {
    background: black;
    background-image: url(https://www.billyisreal.com/bg.png);
    background-position: center;
    background-repeat: repeat;
    font-family: "Noto Sans", "Liberation Sans", sans-serif;
    color: white;
    padding: unset;
}

#userWall {
    color: black;
}

#hSub{
   padding: 7px;
   border-radius: 7px;
   background-color: rgb(24,24,24);
   background-image: linear-gradient(180deg, rgba(24,24,24,1) 0%, rgba(59,59,59,1) 49%, rgba(43,43,43,1) 50%, rgba(41,41,41,1) 100%);
   margin: 0;
   margin-bottom: 9px;
}

a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: text-shadow 0.5s ease;
    &:hover {
        text-shadow: 0 0 10px #ffffff;
    }
}

a[href="https://www.billyisreal.com/"] {
    color: blue;
    animation: .2s linear infinite l33ts1t3;
    text-shadow: 0 0 5px blue;
    font-size: 40px;
    &:hover {
        text-shadow: 0 0 10px blue;
    }
}