body {
background: #fff !important;
background-size: cover;
 padding-top: 35px !important;
    background-size: cover;
    background-position: center;
letter-spacing:1px;
margin-top:40px;
margin-bottom:35px;
z-index: 10000000;
text-align: center;
text-shadow:#000 0 0 3px;
}

div#header {
    color: white !important;
    text-shadow:#fff 0 0 3px;
    background-color: black;
    background-position: 0px -400px;
    font-family: "Helvetica";
    background-size: 30%;
    background-repeat: repeat;
    
    
}

div#hSub {
    color: white !important;
    text-shadow:#fff 0 0 3px;
    background-color: black;
    text-align: center;
    font-family: "Helvetica";
}

h2#name {
    color: black;
}

.extended.box {
    color: #fff;
    text-shadow:#fff 0 0 3px;
    text-align: center;
    border: 2px solid white;
    background-color: #000000;
}

.player.box {
    background-color: white;
    background-size: 33%;
    background-position: 150px;
    color: white;
    border: none;
}  

.boxInfo.box {
    border-color:white;
}

.url {
    background: url() no-repeat;
    position: fixed;
    right: 50px;
    bottom: 20px;
    color: white;
    background-size: 300px;
    height: 432px;
    width: 320px;
    border: none;
    box-shadow: none;
    filter: drop-shadow(8px 9px 15px #00000044);
    z-index: 1000;
    font-size: 0px;
    opacity: 1;
    
}

.topLeft{
    margin-top: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 50% 50%;
    background-image: url();
    
}
 
 
.topRight{
    margin-top: 20px;
    background: #fff;
    width: 530px;
    height: 480px;
    overflow-y:scroll;
    margin-bottom: 20px;
    border: 2px solid white;
    
}


.fwiendCount {
    color: white;
     text-align: center;
}

.tableRight{
    background: #fff;
    
}

.tableLeft{
    background: #fff;
    
}

.boxHead{
    color: white;
    background: black;
    
}

#age{
      position:relative;
      visibility:hidden;
}
 
#age::after{
      content:"adult enough. sorta.";
      font-size:5.6px;
      left:0;
      position:absolute;
      top:0;
      visibility:visible;

}

.rightHead{
    color: black;
    background: white;
    
}

div#footer{
     bottom:0;
     font-size:0;
     left:500px;
     position:fixed;
     pointer-events: none;
     
} 

#container:before {
    content: "";
    white-space: pre-wrap;
    display: block;
    height: 50px;
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
    background-size: contain;
}

.blog {
    background: #fff;
    
}

#country {
    font-size: 0px;
    color: #fff;
}

#country::after {
    visibility: visible;
    content: "Republic of Cynokyu";
    color: #000;
    font-size: 15px;
    font-weight: 300px:
    top: 0;
    left: 13px;
}

img:hover {
animation: change 0.5s;
animation-iteration-count: infinite;
}
@keyframes change {
0% { filter:hue-rotate(50deg); transform: translate(1px, 1px) rotate(0deg); }
10% { filter:hue-rotate(70deg); transform: translate(-1px, -2px) rotate(-1deg); }
20% { filter:hue-rotate(90deg); transform: translate(-3px, 0px) rotate(1deg); }
30% { filter:hue-rotate(120deg); transform: translate(3px, 2px) rotate(0deg); }
40% { filter:hue-rotate(150deg); transform: translate(1px, -1px) rotate(1deg); }
50% { filter:hue-rotate(180deg); transform: translate(-1px, 2px) rotate(-1deg); }
60% { filter:hue-rotate(210deg); transform: translate(-3px, 1px) rotate(0deg); }
70% { filter:hue-rotate(240deg); transform: translate(3px, 1px) rotate(-1deg); }
80% { filter:hue-rotate(270deg); transform: translate(-1px, -1px) rotate(1deg); }
90% { filter:hue-rotate(300deg); transform: translate(1px, 2px) rotate(0deg); }
100% { filter:hue-rotate(1000deg); transform: translate(1px, -2px) rotate(-1deg); }
}

.topLeft {
    animation-duration: 0.7s !important;
    animation-name: slidein !important;
}

@keyframes slidein {
0% {
    margin-left: -100%;
}
100% {
    margin-left: 0%;
}


