@charset "utf-8";

html {
	background-color: #451259;
}
.link_box, .link_box_small {
	background-color: #451259;
}
p {
	color: #D47FFF;
	margin: 0;
}
.icon {
	filter: brightness(65%) saturate(220) hue-rotate(100deg);
}
.gallery_URL {
	color: #ffc800;
}
.link_box:hover, .link_box_small:hover {
	background-color: #ff005c;
}
@media (hover: hover) {
	.link_box:active, .link_box_small:active {
		background-color: #FFC800;
	}
}
