body {
	height: 100%;
	background: url('../images/background.jpg') rgb(29, 29, 27);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-size: 1em;
	width: auto;
}

.container {
  width: 100%;
  height: 96vh;
  margin: 0 auto;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: inherit;
}
