body {
    font-family: 'pixel32';
    background-color: rgb(169, 193, 215);
    background-image: url('https://heryne.neocities.org/sources/picture/star-05.png');
    background-repeat: repeat;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    image-rendering: pixelated;
}

h1, h2, h3, h4, h5, h6 {
    color: #d68282;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

p {
    color: #fcabab;
}

/* ----------------------- scrollbox ----------------------- */
.scrollbox {
    min-width: 0;
    width: 100%;
    white-space: normal;
    text-align: left;
    word-break: break-all;
    overflow-wrap: break-word;
    border: 3px dashed rgb(241, 189, 189);
    border-radius: 2px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 231, 231);
}

::-webkit-scrollbar-thumb {
    background: rgb(241, 189, 189);
    border-radius: 5px;
}

.link {
    color: pink;
    text-decoration: underline;
    font-weight: bold;
}

.link:hover {
    color: bisque;
    text-decoration: none;
    text-shadow: 0 2px 0 orange;
}

.divider-stars {
    padding: 30px;
    background-image: url('https://heryne.neocities.org/sources/picture/divider-stars.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.container {
    margin: 60px 200px 0 200px;
    padding: 20px 50px 20px 50px;
    border-radius: 10px;
    background-color: aliceblue;
}

.nav {
    margin: 5px;
    padding: 15px;
    color: rgb(74, 74, 86);
}

.nav a {
    margin: 5px;
    padding: 10px;
    color: rgb(42, 75, 210);
    font-size: 20px;
    text-decoration: underline wavy orange;
    text-underline-offset: 4px;
}

.nav a:hover {
    color: rgb(99, 146, 193);
    font-size: 21px;
}

.module01 {
    padding: 20px;
    width: 500px;
    text-align: center;
    border: 3px dashed pink;
    border-radius: 5px;
    background-image: url('https://heryne.neocities.org/sources/picture/tile-001.png');
}

.module01 p {
    color: aliceblue;
}

.module02 {
    padding: 20px;
    width: 500px;
    text-align: center;
    border: 3px dashed pink;
    border-radius: 5px;
    background-image: url('https://heryne.neocities.org/sources/picture/%E5%BD%A9%E8%99%B9.png');
}

.header {
    margin: 15px;
    text-align: center;
    background-color: rgb(235, 217, 223);
    border: 3px dashed palevioletred;
    border-radius: 5px;
}

@font-face {
    font-family: 'pixel32';
    src: url('/sources/font/Pix32.ttf') format('truetype');
}