:root {
	--text_primary: black;
	--text_light: hsl(0 0% 40%);
}

body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Rubik";

	width: 40vw;
	min-width: 38rem;
}

h4 {
	color: var(--text_light);
}

h6 {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	color: var(--text_light);
}

.index_header {
	border-bottom: 2px;
	border-bottom-color: var(--text_light);
	border-bottom-style: dashed;
}

.lovenote_container,
.info_container,
.stickers_container,
.update_record_container {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.contact_info_section p {
	margin-top: 0px;
	margin-bottom: 0px;
}
