/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #98002591; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #980025; 
}









html {


	background: url("https://opengameart.org/sites/default/files/preview_5.gif")#5f5f5f;
	      background-blend-mode: multiply; 
	        background-size: 200px 200px;
	        }
body {

	margin: auto;
	padding: 10px;
	max-width: 620px;
-webkit-box-shadow: 7px 1px 15px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 1px 15px 1px rgba(0,0,0,0.75);
box-shadow: 7px 1px 15px 1px rgba(0,0,0,0.75);
font-family: monospace;
	font-size: 13px;
	word-wrap: break-word;
	color: #ffffff;
	background-color: #0a0a0ae6;
	position:relative;
		top:60px;
	
	}
body, p, h1, h2, h3, h4, h5, h6 { line-height: 1.5em; }

a { color: #8c95c0; }
nav { line-height: 2em; }
nav > a { margin: 0 1em; }
article + article {
	margin-top: 1em;
	border-top: 1px solid #fff;
	padding-top: 1em; }
#about { margin-bottom: 3em; }
article h1 {
	font-size: 15px;
	margin: 0; }
h1 { margin: 0; }
.data { color: #999; }
article .data {
	font-size: 10px;
	margin: 5px 0 0 10px;
	float: right; }
img {
	display: block;
	max-width: 100%;
	    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
body > header, nav, figcaption { text-align: center; }
body > header { margin: 1em 0; }
main article p, ul { margin: 0; }
.emoji {
	width: 1em;
	display: inline; }
.fullwidth {
	margin: 0 -10px;
	max-width: calc(20px + 100%); }
.slide {
	white-space: nowrap;
	overflow: auto; }
.slide > img { display: inline-block; }
footer {
	border-top: 1px solid #980025;
	margin-top: 0.5em;
	padding-top: 0.5em;
	text-align: center;
	font-style: oblique; }
hr {
	border: none;
	border-top: 1px solid #bbb; }
blockquote {
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid #bbb; }
code { white-space: pre-wrap; }
.imgtxt {
	position: relative;
	margin: 0 -10px; }
.imgtxt h1, .imgtxt h2, .imgtxt h3 {
font-family: arial;
	line-height: 1em;
	font-size: 25px;
	position: absolute;
	text-align:center;
	bottom: -1px;
	left: 0;
	right: 0;
	padding: 30px 10px 10px 10px;
	margin: 0;
	color: #901313;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(251, 251, 251));
	}
li { margin-left: 1em; }
figure { margin: auto; }
figcaption {
	font-style: italic;
	margin: 0.5em auto;
	max-width: 75%; }
.icon {
	margin: auto;
	max-width: 160px;
	border-radius: 50%; }

	.sugoi {
	margin: auto;
	padding: 0px;
	max-width: 200px;


	text-align: center;
	border-radius: 3px;
	font-family: monospace;
	font-size: 34px;
	}

video {
	width: 100%

}

  .typewriter {
    font-family: Courier, monospace;
  display: inline-block;
}

.typewriter-text {
    display: inline-block;
  	overflow: hidden;
  	letter-spacing: px;
 	animation: typing 1.5s steps(12, end), blink .75s step-end infinite;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid white;
    box-sizing: border-box;
}

@keyframes typing {
    from { 
        width: 0% 
    }
    to { 
        width: 100% 
    }
}

@keyframes blink {
    from, to { 
        border-color: transparent 
    }
    50% { 
        border-color: white; 
    }
    

}


.wrapper {
    margin-top: 12px;
    display: flex;
    box-sizing: border-box;
    padding: 3px 16px;


}

.wrapper2 {
    margin-top: 12px;

    box-sizing: border-box;
    padding: 2px 40px;


}

.wrapper > div {
    box-sizing: border-box;
    width: calc(50% - 4px);
    float: left;
    margin: 0 10px;
    padding: 13px;

  

  

}

.tittle {

  text-align: center;
  font-size: 21px;
  position:relative;


}

.aya {

  clear: right; 
  float: right; 
  margin-bottom: 1em; 
  margin-left: 1em;
  width: 50%;


}

.show_tittle{
color:#980025 !important;
  text-shadow: 1px 1px 4px #ffffff;
}

.ending {

position:relative;
top:70px;

}

.ending2 {

position:relative;
top:70px;

}


@media screen and (max-width : 30px) {

}

@media screen and (max-width : 560px) and (max-width : 1024px) {

    .aya {

position:relative;
   width:100%; 

}
}
