#mainphoto {
	object-fit: cover;
	object-position: 50% 50%;
	border-bottom: 5px solid var(--gold);
}

#wrapper {
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ringimg {
	width: 80%;
}

#date, #location {
	font-family: var(--fancy-font);
	text-align: center;
	color: var(--text);
	text-decoration: none; /* Remove default underline from link */
}

#date {
	font-size: 3em;
}

#date::after {
	content: url('/img/click_calendar.svg');
	display: inline-block;
	margin-left: 7px;
	position: absolute;
	width: 20px;
}

#location {
	font-size: 1.5em;
}

#bottomphoto {
	width: 100%;
}

#countdown {
	position: fixed;
	top: 60px;
	right: 0;
	font-weight: bold;
	background-color: white;
	padding: 5px;
	border: 3px solid black;
	margin-top: 3px;
	margin-right: 3px;
	border-radius: 4px;
	text-align: center;
	z-index: 1;
}
