@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

* {
    -webkit-touch-callout: none;
     -webkit-user-select:  none; 
      -khtml-user-select:  none; 
        -moz-user-select:  none; 
         -ms-user-select:  none; 
             user-select:  none; 
}

body {
    background-color: #121212;
             padding: 0;
              margin: 0;
}

.background-image {
    background-image: url("../img/channelart.png");
    filter: blur(10px);
    transform: scale(1.03);
    width: 100%;
    height: 100%;
}

.background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: -100;
    overflow: hidden;
}


.hp-content {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1000;
    flex-direction: column;
}

.hp-card {
    max-width: 600px;
    width: 100vw;
    height: 100vw;
    max-height: 300px;
    margin: 0px;
    border-radius: 25px;
    position: relative;
    background-color: #121212;
}

.card-container {
    margin-left: 25px;
    margin-right: 25px;
    position: absolute;
    min-height: 100%;
}
.ab-wrapper {
    margin: 0 auto;
    color: #ffffff;
    width: 100vw;
    max-width: 600px;
}

.hp-particles {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.hp-kanji {
    font-size: 200px;
    font-weight: 700;
}

.hp-furigana {
    font-size: 50px;
    color: #CFCFCF;
    margin-bottom: -20px;
    line-height: 1;
    ruby-align: center;
    ruby-position: bottom;
}

.hp-navigator {
    display:flex;
    justify-content: center;
    align-items: center;
}

.hp-navigator a {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    
    transition:color .2s ease-in;
    -moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    -webkit-transition:color .2s ease-in;
}

.hp-navigator a:hover {
    color: #b8b8b8;
}

.hp-navigator > .bullet {
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    color: #CFCFCF;
    text-decoration: none;
}

.error-code {
    color: #7289da;
    font-size: 150px;
    margin: 0;
    font-weight: 700;
}

.error-subtitle {
    margin-top: -15px;
    font-size: 25px;
}

.about-image {
    position: absolute;
    border-radius: 50%;
    max-height: 85%;
}

a {
    cursor: pointer;
}


ruby,h1,h2,h3,h4,h5,h6,p,a
{
    font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
}