@media only screen and (max-width: 600px){
    .news-content{
        margin: auto;
        width:80%;
    }

}
@media only screen and (min-width: 600px){
    .news-content{
        margin: auto;
        width:850px;
    }
}
#news-container{
    margin: auto    ;
    width: 100%;
}
.news{
    background-color: white;
    display: flex;
    justify-content: center;
    height: auto;
    flex-wrap:wrap;
    padding:20px;
    margin: 20px;
}
.news-left{
    width: 350px;
    height: auto;
}
.news-right{
    margin-left: 40px;
    width: 380px;
    height: auto;
    margin-top: 20px;
    margin-bottom: auto;
}
.news-right>h3>strong>a{
    color: black;
    margin-top: 20px;
    margin-bottom: auto;
}
.news-right>h3>strong>a:hover{
text-decoration: none;
 color: #42106E;
}
.date{
    margin-top: 10px;
    margin-bottom: 25px;
    color: gray;
}
.description{
 font-size: medium;
}
.Month{
    font-size: 20px;
}
.Day{
    margin-top:50px;
    margin-bottom: 50px;
    font-size: 50px;
    color:#42106E;
}
.week{
    font-size: 25px;
}
.events-left{
    width: 200px;
    height: auto;
}
.events-right{
    margin-left: 40px;
    width: 380px;
    height: auto;
    margin-top: 20px;
    margin-bottom: auto;
}
.events-right>h3>strong>a{
    color: black;
    margin-top: 20px;
    margin-bottom: auto;
}
.events-right>h3>strong>a:hover{
text-decoration: none;
 color: #42106E;
}
.events{
    background-color: white;
    display: flex;
    justify-content: center;
    height: auto;
    flex-wrap:wrap;
    padding-left:100px;
    padding: 20px;
    margin: 20px;
}