#news {
	padding: 100px 5%;
	max-width: 700px;
	margin: auto;
}
.post {
	margin: 20px auto;
	max-width: 700px;
}
.thispage {
    text-align: center;
    background: rgb(45,50,55);
    background: rgba(45,50,55,0.9);
    color: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    cursor: default;
}
.page {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
@media screen and (max-width: 400px) {
    .thispage {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .page {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
}