/*
## Colour Palette
#FA69FA
#9B69FA
#D8FA6A
#777A6C
#7A6C7A
*/

* {
	box-sizing: border-box;
}

body {
	font-family: Arial;
}

body {
	background-color: #9B69FA;
}

#navigation {
	background-color: #D8FA6A;
}

h1, p {
	background-color: #FA69FA;
	color: #241c24
}