* {
    padding: 0;
    margin: 0;
    font-family: Galmuri11, sans-serif;
    color: #111;
}

.main-overall {
	background: #000;
    min-height: 100vh;
}

.tile-wrapper1 {
    
    margin-bottom: 10px;
}

.thumbnail {
    width: 200px;
    height: 200px;
}



.main-overall h1 {
    padding: 1em;
    font-family: 'Nintendo DS BIOS', sans-serif;
    color: #eee;
    font-size: 5em;
    line-height: 1;
    text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
    letter-spacing: 0.125em;
    animation-duration: 0.01s;
    animation-name: textflicker;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .main-overall h1 {
        font-size: 3.5em;
        padding: 0.5em;
        margin-bottom: 0.5em;
    }
}

.main-link {
    background-color: #fff;
}
.main-link:hover {
    background-color: #0000ef;
    color: #fff;
}
.footer {
    text-align: center;
    font-size: 10px;
    padding-top: 70px;
    padding-bottom: 15px;
}
.footer p {
    color: #eee;
}


.vhs-filter {
 	overflow: hidden;
    position: relative;
}
.vhs-filter img { display: block; }

.vhs-filter__r {
  	left: 0;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    transition: transform .4s;
    z-index: 1;
    filter: url('#r');
    transform: translate(1px, 2px);
}
.vhs-filter__g {
  	left: 0;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    transition: transform .4s;
    z-index: 1;	
    filter: url('#g');
    transform: translate(-2px, -1px);
}
.vhs-filter__b {
	filter: url('#b');
}   
.vhs-filter:hover .vhs-filter__r, .vhs-filter:hover .vhs-filter__g {    
   transform: translate(0);
}



@keyframes textflicker {
  from {
    text-shadow: 1px 0 0 #ea36af, -2px 0 0 #75fa69;
  }
  to {
    text-shadow: 2px 0.5px 2px #ea36af, -1px -0.5px 2px #75fa69;
  }
}

/* body text */

.body-wrapper {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.text-wrapper {
    color: #111;
    max-width: 550px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    margin-right: auto;
    padding: 100px;
    overflow: auto;
    height: calc(100vh - 200px);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.text-wrapper::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 750px) {
    .text-wrapper {
        max-width: 87vw;
        font-size: 14px;
        letter-spacing: 0;
        padding: 50px 20px 50px 20px;
        height: calc(100vh - 100px);
    }
    .artwork {
        max-width: 100vw;
        padding: 50px 10px 50px 10px;
    }
}

.nav {
    font-size: 14px;
}
.nav-wrapper {
    margin-top: 120px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.text-wrapper h1, .text-wrapper h2 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.text-wrapper h3 {
    text-align: right;
    margin-bottom: 100px;
    margin-top: 20px;
}

.text-wrapper p, ol, li, span {
    font-family: 'Eulyoo1945', serif;
    line-height: 2.2;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.5;
}

li {
    margin-left: 30px;
}
.text-wrapper .note {
    text-align: right;
    font-style: italic;
    font-size: 13px;
    color: #666;
    line-height: 1.2;
}

.text-wrapper .inline-img {
    width: 100%;
}

.text-wrapper .italic {
    font-style: italic;
}
.text-wrapper .light-italic {
    color: #888;
    font-style: italic;
}
.text-wrapper .bold-italic {
    font-weight: 700;
    font-style: italic;
}
.text-wrapper .title-format {
    font-size: 24px;
    font-weight: 700;
}
.text-wrapper .subtitle-format {
    font-size: 18px;
    font-weight: 700;
}
.text-wrapper .center {
    text-align: center;
}
.text-wrapper .strike {
    text-decoration: line-through;
}
.text-wrapper .small {
    font-size: 11px;
}
.ps-wrapper {
    background-color: rgba(0, 0, 0, 0.6);

}
.ps-wrapper p {
    color: #ECF9FF;
    font-family: Galmuri11, sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}
.ps-wrapper .nickname {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
}
/* body text background */
.body-ps {
    background: linear-gradient(-45deg, #000, #111, #444, #222);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-ps {
  background-color: #FFFBEB;
  background: linear-gradient(-45deg, #ECF9FF, #FFFBEB, #FFE7CC, #F8CBA6);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-01 {
    background: linear-gradient(-45deg, #EDF1D6, #9DC08B, #609966, #40513B);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-01 {
  background-color: #EDF1D6;
  background: linear-gradient(-45deg, #EDF1D6, #9DC08B, #609966, #40513B);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.body-02 {
    background: linear-gradient(-45deg, #766161, #87A7B3, #CDC7BE, #E1F1DD);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-02 {
  background-color: #766161;
  background: linear-gradient(-45deg, #766161, #87A7B3, #CDC7BE, #E1F1DD);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.body-03 {
    background: linear-gradient(-45deg, #E3C770, #FECD70, #FFAE6D, #F3E0B5);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-03 {
  background-color: #E3C770;
  background: linear-gradient(-45deg, #E3C770, #FECD70, #FFAE6D, #F3E0B5);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.body-04 {
    background: linear-gradient(-45deg, #C4DDFF, #7FB5FF, #001D6E, #FEE2C5);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-04 {
  background-color: #7FB5FF;
  background: linear-gradient(-45deg, #C4DDFF, #7FB5FF, #001D6E, #FEE2C5);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.body-05 {
    background: linear-gradient(-45deg, #98DDCA, #D5ECC2, #FFD3B4, #FFAAA7);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-05 {
  background-color: #98DDCA;
  background: linear-gradient(-45deg, #98DDCA, #D5ECC2, #FFD3B4, #FFAAA7);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.body-06 {
    background: linear-gradient(-45deg, #4A3F35, #FA7D09, #FF4301, #2F2519);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-06 {
  background-color: #FF4301;
  background: linear-gradient(-45deg, #4A3F35, #FA7D09, #FF4301, #2F2519);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-07 {
    background: linear-gradient(-45deg, #F9F7CF, #F2DCBB, #BBBBBB, #AAAAAA);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-07 {
  background-color: #AAAAAA;
  background: linear-gradient(-45deg, #F9F7CF, #F2DCBB, #BBBBBB, #AAAAAA);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.body-08 {
    background: linear-gradient(-45deg, #EEEEEE, #3A98B9, #FFF1DC, #E8D5C4);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-08 {
  background-color: #3A98B9;
  background: linear-gradient(-45deg, #EEEEEE, #3A98B9, #FFF1DC, #E8D5C4);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-09 {
    background: linear-gradient(-45deg, #040303, #461111, #A13333, #B3541E);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-09 {
  background-color: #A13333;
  background: linear-gradient(-45deg, #040303, #461111, #A13333, #B3541E);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-10 {
    background: linear-gradient(-45deg, #181823, #537FE7, #C0EEF2, #E9F8F9);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-10 {
  background-color: #537FE7;
  background: linear-gradient(-45deg, #181823, #537FE7, #C0EEF2, #E9F8F9);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-11 {
    background: linear-gradient(-45deg, #83142C, #AD1D45, #F9D276, #44000D);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-11 {
  background-color: #83142C;
  background: linear-gradient(-45deg, #83142C, #AD1D45, #F9D276, #44000D);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-12 {
    background: linear-gradient(-45deg, #245953, #408E91, #E49393, #D8D8D8);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-12 {
  background-color: #408E91;
  background: linear-gradient(-45deg, #245953, #408E91, #E49393, #D8D8D8);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-13 {
    background: linear-gradient(-45deg, #0A2647, #144272, #205295, #2C74B3);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-13 {
  background-color: #144272;
  background: linear-gradient(-45deg, #0A2647, #144272, #205295, #2C74B3);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-14 {
    background: linear-gradient(-45deg, #0F044C, #141E61, #787A91, #EEEEEE);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-14 {
  background-color: #141E61;
  background: linear-gradient(-45deg, #0F044C, #141E61, #787A91, #EEEEEE);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-15 {
    background: linear-gradient(-45deg, #7286D3, #8EA7E9, #E5E0FF, #FFF2F2);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-15 {
  background-color: #8EA7E9;
  background: linear-gradient(-45deg, #7286D3, #8EA7E9, #E5E0FF, #FFF2F2);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.body-16 {
    background: linear-gradient(-45deg, #00FFD1, #31C6D4, #FFFF00, #FF1E1E);
    background-size: 400% 400%;
    animation: back-gradient 10s ease infinite;
}
.h-16 {
  background-color: #00FFD1;
  background: linear-gradient(-45deg, #00FFD1, #31C6D4, #FFFF00, #FF1E1E);
  background-size: 200%;
  background-repeat: repeat;
  animation: back-gradient 5s ease infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
@keyframes back-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}