.container {
    margin-top: 90px;
}

#new_title {
    margin-top: 10px;
    padding: 5px 30px;
    font-size: 30px;
    border-bottom: black 1px solid;
}

#new_img {
    text-align: center;
}

#new_img img {
    width: 50%;
}

#new_date {
    color: gray;
    font-size: 14px;
}

#new_type {
    border: 1px white solid;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    font-size: 14px;
    display: inline-block;
}

#new_content {
    width: 100%;
    word-wrap: break-word;
    padding: 10px;
}