@charset "UTF-8";

body {
	max-width: 420px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 100vh;
}

h1 {
	margin-top: 0;
	text-align: center;
	background: linear-gradient(90deg, #4285F4 48.32%, #2DAEB8 70.28%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.25;
}

h1 span {
	background-color: var(--google-text-grey);
	background-clip: text;
}

h2 {
	padding: 1em .6em;
	line-height: 1.5;
}

h3 {
	font-size: 1.25em;
	padding: 0 1em 1em 1em;
	line-height: 1.25;
}

p {
	margin-bottom: 4em;
}

#page-content {
	text-align: center;
}

.image-container {
	display: flex;
	position: relative;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 90%;
}

img {
	border-radius: 24px;
}

.button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%) !important;
	width: max-content;
}