@import url("../shared.css");

:root {
	--accent-color: #8b0221;
}

header img {
	width: 24rem;
	max-height: 40vh;
}

#iphone {
	width: 24rem;
	max-height: 70vh;
}

#download {
	font-size: 125%;
}

@media (prefers-color-scheme: dark) {
	:root {
		--accent-color: #e50237;
	}
}
