
  h2 {
	margin-bottom: 8px;
	margin-top: 24px;
  }
  
  #course-links div {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 215px;
  }
  #course-links h2 {
	margin: 0;
  }
  #course-links a {
	width: 285px;
	text-align: center;
  }
