* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: "Arial", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    background-color: white;
}

.title {
    text-align: center;
}

.title img {
    width: 50%;
}

.comic {
    text-align: center;
}

.comic img {
    width: 60%;
    height: auto;
    margin: 5px 0px;
    padding: 5px 0px;
}

.outline {
    text-align: center;
}

.item {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.icon {
    text-align: center;
}

.links {
    text-align: center;
}