.top {
  background: no-repeat url("/static/top.jpg");
  background-position: center;
  background-size: cover;
  background-color: rgb(46, 147, 194);
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
