/*


 */

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-image: url(/assets/season.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  // background-position: 50% 50%;
}

div.container {
  margin: 40vh 20vw;
  max-height: 10vh;
  color: white;
}
