body, html {
  height: 100%;
}

.container { 
  /* The image used */
  background-image: url("/media/haken_freihand.jpg");

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.datepicker {
	font-size: 2rem;
}
