body {
	margin-top: 100px; /* 100px is double the height of the navbar - I made it a big larger for some more space - keep it at 50px at least if you want to use the fixed top nav */
}

footer {
	margin: 50px 0;
}

.white {
	color: white;
}

.center-vertical{
  display: flex;
  align-items: center;
}

