.home-page {
	position: relative;
	display: flex;
	z-index: 2;
	width: 100%;
}

.home-background {
	width: max-content;
	height: auto;
	overflow-x: clip;
}

.home-attribution {
	position: fixed;
	right: 5px;
	bottom: 10px;
	z-index: 3;
	padding: 4px;
	border-radius: 3px;
	font-family: "Trebuchet MS";
	background-color: white;
	box-shadow: 0px 0px 8px 10px white;
}

.Cocoa {
	width: 40%;
	padding-left: 30%;
	padding-top: 20px;
}