html,
body,
input {
	margin: 0;
	padding: 0;
	background: black;
	color: #1a1921;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	text-align: center;
}

.container {
	margin: 1.5em auto;
	width: 600px;
	height: auto;
	border: solid;
	background-color: white;
}

.gradient-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: linear-gradient(246.26deg, #585dfe 0%, #fb3796 100%);
}

h2,
input,
::placeholder {
	color: #fff;
}

::placeholder {
	opacity: 0.2;
}

h2,
h3,
input,
::placeholder {
	font-weight: 600;
}

h2 {
	font-size: 1.5rem;
	line-height: 140%;
}

p {
	color: #4e4e4e;
	padding-bottom: 1rem;
}

input,
::placeholder {
	width: 100%;
	padding: 20px 0;
	background: none;
	border: none;
	font-size: 5rem;
}

input:focus {
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
