body {
	background-color: #fcf4c2;
	font-family: sans-serif;
	margin-left: 5vw;
	margin-right: 5vw;
}

a {
	text-decoration: none;
}

#all-slides-container > a > img {
	width: 200px;
}
#all-slides-container > a > img:hover {
	filter: brightness(110%);
}

a:hover {
	color: #0099ff;
}
a:hover:visited {
	color: #bb00ff;
}

sample-container > img {
	/*border: 3px solid white;*/
	width: 19%;
}

footer {
	background-color: white;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	padding-bottom: 5vh;
}
