.home-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.home-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-body a {
	text-decoration: none;
}

.home-highlight-image {
    box-shadow: 0 0.25rem 0.5rem var(--night-rider-200);
	transition: 0.2s;
	border-radius: 0.75rem;
	-webkit-border-radius: 0.75rem;
	-moz-border-radius: 0.75rem;
    overflow: hidden;

}

.home-highlight-image:hover {
	box-shadow: 0 0.5rem 1rem  var(--night-rider-300);
}

.home-highlight-title {
	font-family: 'Chivo';
	font-style: normal;
	font-size: 24px;
	padding-top: 1rem;
}

.home-highlight-subtitle {
	font-family: 'Inter';
	font-style: italic;
	font-size: 20px;
	padding: 1rem 0rem;
}