.linedThickBtn{
    border:solid 7px #41403E;
}
.dottedThickBtn{
    border:dotted 5px #41403E;
}
.dashedThickBtn{
    border:dashed 5px #41403E;
}
.linedThinBtn{
	text-align:center;
	padding:1rem 1rem;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border:solid 2px #41403E;
}
.dottedThinBtn{
    border:dotted 2px #41403E;
}
.dashedThinBtn{
	text-align:center;
	padding:1rem 1rem;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border:dashed 2px #41403E;
}
