body {
  background-image: url("../images/crystalls.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

  .container {
    border: 1px solid black;
    background-size: cover;
    background-color: white;
  }

