body {
  padding: 60;
  margin: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

header {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url("./bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;

  padding: 60px;
  color: white;
}

article {
  padding: 4px 60px;
}

article li {
  line-height: 1.6;
}

article li a {
  text-decoration-color: slategray;
  color: cadetblue;
  font-weight: 600;
}

