

            body {
                margin: 0;
                background-image: url(/images/BG/NeoBoy/STATS.png);
                background-size: cover;
                background-attachment:scroll;
                background-repeat: no-repeat;
                background-color: black;
                background-position:100% 100%;
                max-width: 1270px;
                min-height:1200px;
            }

@font-face {
    font-family:'monofonto';
    src: url(/STATS/MONOFONT.TTF) format('truetype');
}

.main {
    width:910px;
    height:790px;
    position:absolute;
    top:220px;
    left:630px;
    background-color:transparent;
    text-align:left;
    overflow:auto;
}

.link {
    color: #4d3a19;
    position:absolute;
    left:1310px;
    top:190px;
    font-size:260%;
    letter-spacing:1px;
    text-align:right;
}
.link a {
    color: #4d3a19;
    text-decoration: none;
}

.link a:hover {
    color:#ffb642;
    text-decoration: none;
}



div {
    background-color:transparent;
}

.buttons {
    background-color:transparent;
    width:540px;
    height:180px;
    position:absolute;
    left:840px;
    top:962px;
}

p {
    font-family:'monofonto';
    color:#ffb642;
    font-size: 120%;
}


.hover {
    cursor:pointer;
}

.hidden {
        display: none;
   }
   
.visible {
        display: block;
   }
  
.column {
  float: left;
  width: 50%;
  padding: 20px;
}

.column1 {
  float: left;
  margin:10px;
  background-color:transparent;
  width:160px;
  height:170px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}      


.img {
    height:auto;
    width:480px;
    cursor:pointer;
    padding-top:16px;
    margin:auto;
}

.name {
    position:relative;
    font-size:260%;
    text-align:center;
    letter-spacing:1px;
    margin:auto;
}

.updates {
    font-family:'monofonto';
    height:310px;
    width:380px;
    overflow-y:auto;
    overflow-x:hidden;
    background-color:transparent;
    color:#ffb642;
    padding:2px;
    position:absolute;
    top:384px;
    left:28px;
}

.updates hr {
    border-color:#ffb642;
    border-top: 2px solid #ffb642;
    width:320px;
    margin-top:2px;
    margin-bottom:2px;
    position:relative;
}

.updates h2 {
    color:#ffb642;
    font-size:250%;
    letter-spacing:6px;
    line-height: 10%;
    text-align:center;
    position:relative;
}

.updates li {
    color:#ffb642;
    font-size:170%;
    list-style-type:square;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 6px;
}


::-webkit-scrollbar-thumb {
background: black;  
border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
background: #4d3a19;  
}

.navbar {
  font-family: 'monofonto';
  font-size:224%;
  text-align: center;
  letter-spacing:1px;
  background-color: black; 
  border: 2px solid black;
  padding:5px;
  color: #ffb642;  
  cursor: pointer; 
  position:absolute;
  top:818px; 
}

.navbar:hover {
  border-color: #ffb642;
}

.status {
    border: 2px solid;
    padding:5px;
    color:#ffb642;
    position:absolute;
    top:818px;
    left:690px;
    font-size:224%;
    text-align: center;
    letter-spacing: 1px;
    background-color: #4d3a197f;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.1; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.2; }
  100% { opacity:1; }
}
.animate-flicker {
    animation: flickerAnimation 2s infinite;
}

.marquee {
                transform: translateX(80%);
                animation: scroll-right 4s linear infinite;
                
            }
            
          
            @keyframes scroll-right {
                0% {
                
                    transform: translateX(-80%);
                }
                100% {
                    transform: translateX(80%);
                }
            }