.container {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 1px #000;
    .news-body {
        h3 {margin-top: 15px; margin-bottom: 8px;}
        h4 {margin-top: 15px; margin-bottom: 8px;}
        p {margin-top: 15px; margin-bottom: 8px;}
    }
}
.news-img img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 5px;
}

.title2 {
    background: #333;
    color: #fff;
    width: 100%;
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 900;
}
.imode {
    display: flex;
    gap: 10px;
    margin-bottom: 13px;
}
.meta {
    color: gray;
    font-size: 16px;
    font-weight: 500;
}
.back-link {
    display: flex;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #000;
    padding: 10px;
    text-decoration: none;
    width: 300px;
    margin-top: 80px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    transition: all 0.3s ease-in-out;
    &:hover {
        gap: 25px;
    }
    &:active {
        opacity: 0.5;
    }
}

.tags span {
    background: #eee; padding: 0.3em 0.6em;
    font-size: 0.8em; border-radius: 4px; margin-right: 0.4em;
    display: inline-block;
}