:root {
	font-size: 12px;
	font-family: 'Google Sans', sans-serif;
}

#app {
	display: grid;
	place-content: center;
	padding: 2rem;
	height: 100%;
}

#plate {
	position: relative;
	min-width: 7in;
	min-height: 4in;
	max-width: 7in;
	max-height: 4in;
	overflow: hidden;
	border: 2px dashed #aaa;
	text-align: center;
	padding: 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#google-logo {
	position: absolute;
	width: 4em;
}

#who-link {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: 1em;
	line-height: 1;
	color: #aaa;
}

#plate-text {
	line-height: normal;
	display: grid;
	place-content: center;
	flex-grow: 1;
}

#name {
	font-size: 3.5em;
}

#title {
	font-size: 1.5em;
	margin-block-start: 0.8em;
}

#plate-image {
	width: 50%;
	margin-inline: 1em;
	object-fit: contain;
}

#options-wrapper {
	display: none;
}
