html, body{
    background-color:#222;
}

body{
    max-width:1186px;
    margin:auto;
    box-shadow: 0px 0px 100px #000;
}

.header .text{
    font-size: 2vw;
}

.kimonoTable, .kimonoTable2, .kimonoTable3{
    background-color:#fff;
}

.mangaLine {
    display: none;
}

.info .bulle {
    background-image: none;
}

.mangatext {
    position: relative;
     width: 100%; 
    /* height: 400px; */
    font-family: "DBfont";
    font-size: 24px;
    text-align: center;
    left: 50%;
    top: -115%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #000000ad;
    padding: 10px;
    box-shadow: 0px 0px 20px #000;
}

.info{
    height:115px;
}

.pageGradient * div{
    white-space: nowrap;
}

.description div {
    transform: rotateZ(0deg) translateY(-50%) translateX(-12%);
}