.link-button {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 1rem;
	background-color: #0957bf;
	border-color: #0957bf;
	border-width: 2px;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	width: 100%;
}

.submit-button {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 1rem;
	background-color: #0957bf;
	border-color: #0957bf;
	border-width: 2px;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	width: 100%;
	cursor: pointer;
}