#mos_button {
	min-height: 50px;
   border-radius: 50px;
	background-color: rgb(211,25,30);
	display: flex; align-items: center;
   justify-content: center;}

#mos_button_link {
	color:white;
	font-size:16px;
	text-decoration: none;
}