main {
	background: #4D148A;
}

::selection, main a:hover {
	background: #50E3C2;
	color: #4C4783;
}

/* -------------------- MAIN -------------------- */

#desktop, #mobile {
	background: url(../img/synth.svg) no-repeat center center;
	background-size: contain;
}

main p {
	color: #FF2975;
}

main a {
	color: #FF9999;
}
