.forum-list {
    margin-bottom: 20px;
}

.forum-title {
    text-decoration: none;
    color: #000;
}

.forum-owner{
    color: blue;
    text-decoration : none;
}

.forum-detail-title {
    font-size: 1.5rem;
    line-height: 25px;
}

.forum-answer-count {
    text-align: center;
    padding: 5px;
    align-content: center;
}

.forum-count {
    font-size: 3rem;
    margin-bottom: 20px;
}

.forum-detail {
    margin-top: 30px;
    margin-bottom: 30px;
}

.forum-comment {
    color: grey;
}

.forum-color {
    color: grey;
    text-decoration: none;
}

.forum-comment-total {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.content-img {
    max-width: 100%;
}


@media only screen and (max-width: 420px) {
    .forum-title {
        font-size: 16px;
    }

    .forum-text {
        font-size : 13px;
    }

    .forum-count {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .m-hide {
        display: none;
    }
}