* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.demo-cover-page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.test {
  height: 300px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  overflow: hidden;
  color: #fff;
  background-color: #333;
}

.test .content {
  position: relative;
  z-index: 2;
}

.test._2 {
  background-image: url(https://blog-r2.jw1.dev/p_assets/201910/a03_demo/test.jfif);
  background-position: center center;
  background-size: cover;
}

.demo-cover-title {
  padding: 3rem 0 1rem;
}

.demo-cover-copy {
  padding: 1rem 0;
}
