

html,
body {
    display: block;
    background-color: #0f0f0f;
    background-repeat: no-repeat;
    background-image: url("../img/background.png");
    background-size: cover;
    color: #f0f0f0;
}


.header {
    text-shadow: 2px 2px #0f0f0f;
}

.page-content {
    border-radius: 8px;
    background-color: #ffffff;
    color: #0f0f0f;
}


.img-komachi {
    margin: 48px auto 48px auto;
    height: auto;
    width: auto;
}

.p-main {
    margin: 48px 18px 48px 18px;
}

.link-array {
    margin: 16px auto 48px auto;
}

.top-link {
    margin: 12px auto 18px auto;
}

.dancing-letter {
    width: auto;
    height: 55px;
}