/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 3px;
  }

  *::-webkit-scrollbar-track {
    background: #fff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0;
    border: none;
}

#quiz{
    display: none;
}
#blinkie{
    display: none;
}
#fun-btn{
    display: none;
}

.stuff{
margin: 0 0.3em 1em 0;
}

.blinkie{
    width:150px;
    height:20px;
    image-rendering: pixelated;
}

html {
background: url(/main/checker_big.gif) repeat;
background-color: #000;
font-family: MS Gothic, monospace;
z-index: 1;
margin:auto;
padding: 1em;
width:900px;
max-width: 100%;
overflow: hidden;
}


.scroll{
    background: #fff;
    font-size: 13px;
    height: 17em;
    overflow: auto;
    border: dashed 1px #000;
    padding: 0.5em;
}

.site-btn{
    margin: 0.5em 0 0 0;
}

textarea{
    resize: none;
    border: dashed 1px #000;
}

main {
    margin: auto;
    height: 32em;
    width: 60%;
    background-color: rgb(255,255,255,0.95);
    border: dashed #000 1px;
    border-radius: 0.2em;
    padding: 0.7em;
    overflow: auto;
    overflow-x:hidden; 
}

hr{
    border: 0;
    border-top: 1px dashed #000;
    padding: 0;
}

a{
    color: #000;
    text-decoration: double 1px underline;
    position: relative;
    bottom: 0;
    letter-spacing: 0.1em;
    transition: bottom, letter-spacing, ease-out 0.2s;
}

a:hover{
    cursor: pointer;
    position: relative;
    bottom: 0.2em;
    letter-spacing: 0.2em;    
}

a:active {
    -webkit-text-stroke: 1px rgb(0,0,0,0.7);
}

a:visited{
    text-decoration: dashed 1px underlin;   
}

nav > a , button , .no-btn {
    margin: 0 0 0.5em 0.7em;
    padding: 0.1em 0.3em;
    font-family: MS Gothic, monospace;
    font-size: 95%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #000;
    outline: dashed 1px #000;
    outline-offset: 2px;
    border-radius: 0.2em;
    letter-spacing: 0.1em;
    border: none;
    position: relative;
    bottom: 0;
    transition: bottom, letter-spacing, ease-in 0.2s;
}

#topbar{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
}

.no-btn{
margin: 0;
}
.no-btn-d{
    margin: 0.7em 0;
}

nav > a:hover , button:hover {
    cursor: pointer;
    position: relative;
    bottom: 0.3em;
    letter-spacing: 0.2em;
}

nav > a:active {
    -webkit-text-stroke: 1px rgb(255,255,255,0.3) ;
    border: solid 2px #000;
}

p {
    margin: 0;
    line-height: 1.2em;
}

.center {
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
}


h1{
    padding: 0.3em 0 0 0 ;
    font-size: 1.3em;
    letter-spacing: 0.2em;
}

h2{
    margin: 0;
    padding: 0.3em 0;
    font-size: 1.3em;
    letter-spacing: 0.2em;  
}

.g {
    transition: ease-out 0.2s;
}

.g:hover {
    margin: 0 ;
    transform: scale(115%)
}

img {
    display: inline;
}

.px {
    image-rendering: pixelated;
}

.sm{
font-size: 70%;
color: rgb(0,0,0,0.5);
text-decoration: none;
}

.d-u{
    font-size: 75%;
    margin: 0.5em 0 0;
}

.bg-ctn{
display: flex;
max-height: 100%;
}


.second{
    margin: 0 0 0 0.6em;
}
.second * {
   margin: 0 0 0 0.2em;
}
.second > hr {
    width:50%;
    margin:auto;
}
.link-img{
    border:solid 1px #000;
    width:180px;
    height:180px;
}

footer{
    padding: 0.2em 0 0 0;
}

/* eeee vegetta eres el mejor youtuber */
@media (max-width: 777px) {
.bg-ctn{
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.second{
    width: 250px;
    margin: 0.5em 0 0 0;
}
    
@media (max-width: 800px) {
     html{
        width:90%;
        overflow:visible;
    }
    main{
       width:90%; 
    } 

}

/**/

