.user-name {
	display: block;
}
.wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.container {
	width: 100%;
}

.code-block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto 60px 0;
}
.name-form {
	font-size: 38px;
	line-height: 35px;
	font-weight: 400;
	color: #5b5b5b;
}
input {
	border: none;
	padding: 3px 0 3px;
	border-bottom: 1px solid #737373;
	font-size: 40px;
	line-height: 40px;
}
.input {
	width: 95px;
	margin: 0 20px;
	outline: none;
}
.btn-form {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: none;
	color: oklch(0.372 0.044 257.287);
	background-color: oklch(0.968 0.007 247.896);
	box-sizing: border-box;
	border: 1px solid oklch(0.869 0.022 252.894);
	border-radius: 4px;
	transition: all 0.25s ease-in-out;
	padding: 0;
	width: 35px;
	height: 35px;
}

.btn-form:hover {
	-webkit-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
	box-shadow: 0px 0px 3px 1px rgba(34, 60, 80, 0.15);
}

h2 {
	padding: 0 10px;
	font-size: 26px;
	line-height: 28px;
	color: #181048;
}
@media (min-width: 800px) {
	.container {
		width: auto;
	}
}

