body {
    text-align: center;
    padding: 5px;
    cursor: url(https://drumanekotoonlab.monster/img/cursorimg.png), auto;
}

/* カーソル（ポインター） */
a, a:hover {
    cursor: url('https://drumanekotoonlab.monster/img/cursorimgexp.png'), pointer;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #00ff00 transparent;
}

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 11px;
}

  *::-webkit-scrollbar-track {
    background: transparent;
}

  *::-webkit-scrollbar-thumb {
    background-color: #00ff00;
    border-radius: 5px;
    border: none;
}

img, .sankaku1, .sankaku2 {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

.webrings {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    row-gap: 3px;
    flex-wrap: wrap;
}