body {
  height: 100vh;
  margin: 0;
}
.container {
  background-image: url(https://whyasking.me/dontaskme.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
}
