h1 {
	font-size: 1.75rem;
	text-align: center;
}
h2 {
	font-size: 1.5rem;
}
div {
	justify-content: space-between;
	align-items: center;
}
object {
	max-width: 62.5rem;
	width: 100%;
	padding-bottom: var(--sp-L);
}
@media screen and (min-width: 50rem) {
	h1 {
		font-size: 2.25rem;
	}
	h2 {
		font-size: 2rem;
	}
}
