.container {
  min-height: 500px;
  background-image: url(/static/img/background.svg);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 8rem;
}