@font-face {
	font-family: 'JF-Dot-Kappa20';
	src: url('/images/JF-Dot-Kappa20.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'JF-Dot-jiskan24';
  src: url('/images/JF-Dot-jiskan24.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body{
    font-family: 'JF-Dot-Kappa20';
    color: var(--text);
    background: url('/images/landscape.png') center center fixed;
    -webkit-background-size: center;
    -moz-background-size: center;
    -o-background-size: center;
    background-size: center;
    image-rendering: pixelated
}

.hr-text {
  border: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  height: 1.5em;
  font-size: 14px;
  margin: 30px 15px;
}

.hr-text::before {
    content: "";
    background-color: white;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    padding: 0 7px;
    line-height: 1.5em;
    color: white;
    background-color: #000000;
}

#all{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 410px;
    height: 520px;
}
 
#container{
    width: 390px;
    height: 500px;
    background-color: #000000;
    padding: 10px;
}
 
#header{
    height: 70px;
    background-image: url('/images/sky.png');
    background-position: center;
    padding: 5px;
    position: relative;
}
 
#header h1{
    text-transform: uppercase;
    font-family: 'JF-Dot-jiskan24';
    font-weight: normal;
    color: #090083;
    font-size: 18px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0px #25272b;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
 
#content{
    overflow: scroll;
    overflow-x: hidden;
    height: 377px;
    padding: 4px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
}

#content img{
    float:right;
    padding-left: 20px;
}

#content .gimage{
    float:none;
    padding-left:0;
}

.gimage{
    padding-right: 20px;
    width:40%;
    flex-shrink: 0;
}

.gtext{
    text-align:justify;
    padding: 10px;
    margin: 0;
}

.game-entry {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

#content p{
    margin-top: 0px;
    font-size: 14px;
}

#bottom{
    height: 23px;
    background-image: url('/images/earth.png');
    background-position: bottom;
}
 
#credit a{
    color: #38373d15;
    opacity: 0.5;
    text-decoration: none;
}
 
#nav{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 
#nav a{
    color: #06005c;
    opacity: 1;
    text-decoration: none;
}
 
#nav a:hover{
    color: #fff;
    opacity: 1;
}
 
::-webkit-scrollbar{
    width: 6px; 
}
 
::-webkit-scrollbar-track{
    background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
    background-color: #434750;  
}

#credit{
    font-size: 13px;
    position: fixed;
    bottom: 0;
    right: 0;
    font-family: 'JF-Dot-Kappa20', serif;
}