* {
	--white:#fff;
	--blue-main:#001E50;
}

.button {
	background:#fff;
	padding:1.5rem 2rem;
	border-radius:500px;
	min-width:300px;
	width:fit-content;
	height:unset!important;
	color:var(--blue-main);
	border:none;
	font-family:VWText-Regular;
	font-size:1.4rem!important;
}

