h2 {
    color: black;
}

h3 {
    color: black;
}

.top {
    background: #F1A400;
}

.content {
    background: silver;
    vertical-align: top;
}

.menu {
    background: goldenrod;
    /*position: fixed;*/
    /*right: 10px;*/
    /*top: 17.9%;*/
    /*border: 1px solid;*/
    /*width: 220px;*/
}

.information {
    background: #F1A400;
    /*position: fixed;*/
    /*right: 10px;*/
    /*top: 17.9%;*/
    /*border: 1px solid;*/
    /*width: 220px;*/
}

.bottom {
    background: #F1A400;
}

.mangaPicture {
    width: 60px;
    margin-right: 3pt;
}

.mangaItem {
    width:100%;
    display: flex;
}