main {
	background: #142428;
}

::selection, main a:hover {
	background: #66848A;
	color: #142428;
}

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

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

main p {
	color: #C1D7DB;
}

main a {
	color: #66848A;
}

