:root {
	--theme-first-color: #333333;
	--theme-second-color: #DA6E1D;
	--theme-third-color: #FB7A19;
	--theme-light-color: #b7b6b7;
	--theme-dark-color: black;
}

body {
	max-width: 900px;
}

footer {
	background-color: var(--theme-light-color);
}

footer a {
	color: var(--theme-dark-color);
}

footer a:hover {
	color: var(--theme-second-color);
}

.embedActive {
	color:black;
}