.content-title2 {
    font-weight: bold;
    font-size: 20px;
    border-left: 10px solid  rgb(172, 255, 152);
    background-color: #eeeeee;
    margin: 30px auto 10px;
    padding: 8px;
    width: 100%;
}

.title02 {
    font-weight: bold;
    font-size: 20px;
    border-left: 10px solid  rgb(172, 255, 152);
    background-color: #eeeeee;
    margin: 30px auto 10px;
    padding: 5px;
    width: 100%;
}

.image {
    text-align: center;
    margin-top: 18px;
}
.poster {
    text-align: center;
    margin-bottom: 16px;
}

.poster img {
    width: 80%;
}

#font {
    font-size: 20px;
}

#font a {
    color: red;
    text-decoration: double;
    font-weight: bold;
}

#aa {
    font-size: 24px;
    margin-bottom: 18px;
}

#aa span {
    color: red;
}

#aaa a {
    color: red;
    text-decoration: underline;
}