.works {
  background: no-repeat url("/static/works.jpg");
  background-position: center;
  background-size: cover;
  background-color: rgb(46, 147, 194);
  background-attachment: fixed;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  padding: 20px;
}

.works h2 {
  font-size: 3rem;
  text-align: center;
  margin-top: 20px;
}

