.logofont {
    font-family: "Zen Dots", system-ui;
    font-weight: 400;
    font-style: normal;
}

.micro {
    font-size: 0.5em;
}

.red {
    color: red;
}

.title {
    text-align: center;
}

 /* フッタースタイル */
 .credits {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    bottom: 0;
    left: 0;
}

.credits a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.credits a:hover {
    color: #fff;
}

#visit-counter {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Courier New', Courier, monospace;
    background-color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    color: #89f7fe;
}

.explain button {
    width: calc(100% - 20px);
    /* ボタンの幅を調整 */
    height: 40px;
    padding: 10px;
    margin: 10px 0;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}