.linkbtn{
	border:1px solid #000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 50px 10px 20px;
	border-radius: 30px;
	margin-top: 100px;
	font-family:"iki-mono-variable";
	font-weight: 200;
	letter-spacing: 20%;
	text-transform: uppercase;
	font-size: var(--fs-sml);
	line-height: var(--lh-sml);
	background: url(/img/arrowblack.svg) no-repeat right 10px center;
	background-size: 30px 20px;
	color: #000;
	text-decoration: none;
}
