html, body { height: 100vh; }


header {
	background-image: url('/img/mycosmos/cosmos-1.webp');
	background-size: cover;
	min-height: 33vh;
}

.hero-body { 
	padding: 0 15%;
}
.container.goes-up {
	margin-top: -7rem;
	padding: 10px 10% 0;
	border: 1rem white;
}

footer {
	padding: 0.5rem;
}

figcaption { 
	background-color:rgba(0, 0, 0, 0.3);
}

.is-bottomright  {
	top: auto;
	padding: 1rem;
}

.is-200 { 
	width: 200px;
	height:100%;
}

