.hero-section {
    height: 88vh;
}


.main-header-mirai-cache {
    z-index: 3;
}

.main-header-mirai-cache h1 {
    text-shadow: 0 0 10px rgba(255,255,255,0.2), 0 0 40px rgba(255,255,255,0.1);
    text-align: center;
    width: 80%;
    position: absolute;
    font-size: calc(var(--index) * 6.5);
    font-family: 'Bebas Neue', sans-serif;
    color: #f7f7f7ff;
    top: 0;
    left: 10vw;
}

.typing {
  font-family: monospace;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #fff;
  animation: typing 2.5s steps(12), blink 0.7s step-end infinite;
}

@keyframes typing {
  from { width: 0; }
  to { width: 12ch; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

.main-header-mirai-cache h2 {
    text-align: center;
    position: absolute;
    font-size: calc(var(--index) * 2);
    font-weight: 400;
    font-family: 'Bebas Neue', sans-serif;
    color: #f7f7f7ff;
    top: 25vh;
    left: 25%;
    width: 50%;
}

.info_download {
    position: absolute;
    top: 45vh;
    left: 30%;
    text-align: center;
}

.download {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #f7f7f7ff;
    font-size: calc(var(--index) * 1);
    font-family: 'Space Groteska', sans-serif;
    position: relative;
    padding: calc(var(--index) * 0.5);
}

.section-line-download {
    height: 1px;
    width: 40vw;
    background-color: #f7f7f7ff;
    bottom: 0;
    left: 0;
}

.info_version {
    margin-top: calc(var(--index) * 1);
    font-family: 'Space Groteska', sans-serif;
    position: relative;
    font-size: calc(var(--index) * 1);
    color: #f7f7f7ff;

}

.info_by_user_count {
    position: absolute;
    background-color: #f7f7f7ff;
    bottom: 0;
    width: 100%;
    padding: calc(var(--index) * 0.5);
}



@media (max-width: 768px)
{
    .hero-section {
        height: 93vh;
    }

    .main-header-mirai-cache h1 {
        text-shadow: 0 0 10px rgba(255,255,255,0.2), 0 0 40px rgba(255,255,255,0.1);
        text-align: center;
        width: 80%;
        position: absolute;
        font-size: calc(var(--index) * 6.5);
        font-family: 'Bebas Neue', sans-serif;
        color: #f7f7f7ff;
        top: 10vh;
        left: 10vw;
    }

    .typing {
        font-family: monospace;
        white-space: nowrap;
        overflow: hidden;
        border-right: 2px solid #fff;
        animation: typing 2.5s steps(12), blink 0.7s step-end infinite;
    }


    .main-header-mirai-cache h2 {
        text-align: center;
        position: absolute;
        font-size: calc(var(--index) * 3.5);
        font-weight: 400;
        font-family: 'Bebas Neue', sans-serif;
        color: #f7f7f7ff;
        top: 25vh;
        left: 0;
        width: 100%;
    }

    .info_download {
        position: absolute;
        top: 65%;
        left: 10%;
        text-align: center;
    }

    .download {
        background: transparent;
        border: none;
        cursor: pointer;
        color: #f7f7f7ff;
        font-size: calc(var(--index) * 2);
        font-family: 'Space Groteska', sans-serif;
        position: relative;
        padding: calc(var(--index) * 0.5);
    }

    .section-line-download {
        height: 1px;
        width: 80vw;
        background-color: #f7f7f7ff;
        bottom: 0;
        left: 0;
    }

    .info_version {
        margin-top: calc(var(--index) * 1);
        font-family: 'Space Groteska', sans-serif;
        position: relative;
        font-size: calc(var(--index) * 2);
        color: #f7f7f7ff;

    }

    .info_by_user_count {
        position: absolute;
        background-color: #f7f7f7ff;
        bottom: 0;
        width: 100%;
        padding: calc(var(--index) * 2);
        text-align: center;
    }

    .info_by_user_count h3 {
        font-family: 'Bebas Neue', sans-serif;
        font-size: calc(var(--index) * 1.5);
    }
}

