a:link, a:visited, a:hover, a:active{
  background-color: white;
  color: black;
  display: inline-block;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.clean {
  text-decoration: none;
 }

.big {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 90vh;
	font-size: 500%;
}

.medium {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 90vh;
	font-size: 250%;
}

.big-subtext {
	font-size: 40%; /* This will be 40% of the parent's font-size (.big's 500%) */
	margin-top: 20px; /* Adds space above this element */
}
