@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

:root {
	--orange: rgb(255, 75, 0);
}

#additionalNotes {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0px -8px 5px black;
	font-family: 'Abel', sans-serif;
	background-color: var(--orange);
	display: flex;
	justify-content: space-between;

}

#additionalNotes a {
	color: white;
}

#additionalNotes p {
	display: inline-block;
	padding: 0px;
	margin: 10px 10px;

}

#additionalNotes p img {
	height: 30px;
	border: 1px solid white;
	box-shadow: 2px 2px 2px black;
  vertical-align: middle;
	padding: 0px;
	margin: 0px;
}