.bordaConteudo {
    margin: 40px;
    padding: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
}
.conterImagem {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.capaManga {
    width: 280px;
}
.linklogo {
    cursor: pointer;
    color: var(--link);
}
.infoManga {
    font-weight: bolder;
}
b {
    font-weight: normal;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px){
}
