body {
  margin: 0;
}

.container {
  background: #D3D3D3;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h2 {
  padding-left: 50px;
}

.newsList {
  padding-left: 100px;
}

.advert {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}