:root {
	--sunset: #cae5f7;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	height: 200vh;
}

p {
	position: fixed;
	bottom: 2rem;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	opacity: 0.8;
}

svg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
	max-width: 700px;
	background: #182f3e;
	border: solid 1px #c5cace;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
		rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	border-radius: 4px;
}