body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}

footer {
	text-align: center;
	font-size: .8em;
	padding-bottom: 10px
}

#info {
	font: 32px Arial, Helvetica, sans-serif;
	font-weight: 700
}

#cursor {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -webkit-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
	height: 18px;
	position: fixed;
	top: 0;
	left: 0;
	filter: drop-shadow(2px 3.5px 4px #0006)
}

* {
	margin: 0;
	padding: 0
}

#google {
	height: 92px
}

main {
	flex: 1
}

#url {
	display: none;
	width: 50ch;
	height: 1.5em;
	padding: 5px;
	font-size: 1em;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #1e90ff
}

body, main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff
}

body, input {
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #222
}

#search-icon-svg-container {
	display: inline-block;
	fill: currentColor;
	line-height: 24px;
	position: relative;
	margin-top: 3px;
	color: #9aa0a6;
	height: 20px;
	width: 20px
}

#search-icon-svg-container svg {
	display: block;
	height: 100%;
	width: 100%
}

.search {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	padding-top: 26px;
	width: 584px
}

#search-bar {
	background: #fff;
	display: flex;
	border: 1px solid #dfe1e5;
	box-shadow: none;
	border-radius: 24px;
	z-index: 3;
	height: 44px;
	margin: 0 auto;
	width: auto;
	max-width: 584px
}

#search-container {
	flex: 1;
	display: flex;
	padding: 5px 8px 0 16px;
	padding-left: 14px
}

#search-icon {
	display: flex;
	align-items: center;
	padding-right: 13px;
	margin-top: -5px
}

#search-icon-margin {
	margin: auto
}

#search-input {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .87);
	word-wrap: break-word;
	outline: 0;
	display: flex;
	flex: 100%;
	-webkit-tap-highlight-color: transparent;
	margin-top: -37px;
	height: 34px;
	font-size: 16px
}

#input-container {
	display: flex;
	flex: 1;
	flex-wrap: wrap
}

#spacer {
	color: transparent;
	flex: 100%;
	white-space: pre;
	height: 34px
}

#voice-container {
	display: flex;
	flex: 0 0 auto;
	margin-top: -5px;
	align-items: stretch;
	flex-direction: row
}

#voice-button {
	flex: 1 0 auto;
	display: flex;
	cursor: pointer;
	align-items: center;
	border: 0;
	background: 0 0;
	outline: 0;
	padding: 0 8px;
	width: 24px;
	line-height: 44px
}

#voice-svg {
	height: 24px;
	width: 24px;
	vertical-align: middle
}

#buttons-container {
	height: 70px;
	padding-top: 18px;
	top: 53px;
	z-index: 0
}

#buttons-container input {
	background-color: #f8f9fa;
	border: 1px solid #f8f9fa;
	border-radius: 4px;
	color: #3c4043;
	font-family: arial, sans-serif;
	font-size: 14px;
	margin: 11px 4px;
	padding: 0 16px;
	line-height: 27px;
	height: 36px;
	min-width: 54px;
	text-align: center;
	cursor: pointer;
	user-select: none
}

#buttons-container input:focus {
	border: 1px solid #4285f4;
	outline: 0
}