body {
    margin: 0px;
}
header {
    position: absolute;
    top: 0;
}
.news-wrap {
    margin: 150px auto 30px;
    width: 70vw;
}
h2 {
    margin-bottom: 20px;
}
.news > p {
    margin-bottom: 20px;
}
.news > img {
    margin-bottom: 20px;
}
.return {
    text-align: center;
    margin-bottom: 20px;
}
.return > a {
    text-decoration: none;
    color: #668ad8;
}
.return > a:hover {
    border-bottom: solid;
    border-width: thin;
}