/* Saudade uses a custom red accent color */
:root {
	--accent: rgba(203, 55, 42, 0.767);
}

body {
	background-color: rgb(47, 106, 158);
}

header {
	background-color: rgba(85, 152, 211, 0.822);
	height: 100px;
}

