body{
	background-image: url(./imgs/Background-synopsis.jpg); 
	background-repeat: none;
	color: #FFF;
	background-color: #000;
	background-size: cover;
}
.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}