.body {
    padding: 0px 5%;
}

.container {
    height: 80%;
    width: 100%;
    display: grid;
    grid-template-columns: 65% 35%;
    background-size: 100% 100%;
}

.mainarticle {
    height: 100%;
    padding-right: 10px;
    font-size: 150%;
    font-weight: bolder;
}

.mainarticle img {
    width: 100%;
    height: 80%
}

.subarticle {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sub-item {
    font-weight: bold;
    font-size: 15px;
    height: 30%;
    width: 100%;
    display: block;
}

.subarticle img {
    width: 100%;
    max-height: 80%;
}

.sub-item div {
    height: 10%;
}

.trending {
    height: 250px;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-column-gap: 15px;
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
}

.trendingitem {
    height: 250px;
    width: 100%;
}

.trendingitem img {
    width: 100%;
    max-height: 100%;
}

.trendingitem img:hover {
    opacity: 80%;
    transition: 1s;
}

.article {
    max-height: 100%;
    padding: 0px 20px;
    text-align: justify;
    border: 1px solid #031824;
    background-color: whitesmoke;
    margin-right: 10px;
}

.article img {
    width: 100%;
    max-height: 250px;
    margin-top: 20px;
}

.sub-sport {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sub-sport {
    font-weight: bold;
    max-height: 30%;
    width: 100%;
    display: block;
}

.sub-sport img {
    width: 100%;
    max-height: 100%;
}