@charset "utf-8";

.btn {
	padding: 0px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100vh;
	box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	min-height: 50px;
}
.btn:hover {
	opacity: 1;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.btn__text {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
