
body {
	background-color: #D5E1EF;
}

.cont {
	display: flex;
}

.container {
	display: flex;
	flex-direction: column;
	margin: 250px auto;
	border-radius: 20px;
	background-color: #fff;
	
}

.code {
	display: flex;
	background-color: #2C7DFA;
	justify-content: center;
	align-items: center;
	margin: 16px;
	border-radius: 10px;
  margin-bottom: 24px;
}

svg {
	padding: 64px;
}

.content {
	max-width: 288px;
	margin: 0 16px;
}

h1 {
	display: block;
  font-family: outfit;
  font-size: 22px;
  color: #1F314F;
  font-weight: bold;
	line-height: 120%;
	text-align: center;
	margin-bottom: 16px;
	padding: 0 16px;
}

.text {
	display: block;
  font-family: Outfit;
  font-size: 15px;
  color: #68778D;
  font-weight: 400;
	line-height: 140%;
	text-align: center;
	padding: 0 16px;
	margin-bottom: 40px;
	letter-spacing: 0.2px;
}

 @media (max-width:375px) {
	svg {
		width: 100%;
		height: 100%;
	}
	.content {
		max-width: 288px;
	}
	.code {
		max-width: 288px;
	}
} 

