html, body {
  height: 100%;
  margin: 0;
}

body{
	display: flex;
  flex-direction: column;
	background-color: #475E6F;
}

.container-fluid {
	flex: 1;
}

a{
	color: #F16600;
	text-decoration-line: none;
}

a:hover{
	color: #F16600;
	text-decoration-line: underline;
}

.row {
	align-content: center;
}

p{
	color: white;
}

.footer{
	margin-bottom: 50px;
	left: 0;
	right: 0;
	margin-inline: auto; 
  width: fit-content;
}