@import url("https://fonts.googleapis.com/css2?family=Handjet:wght,ELSH@100..900,2&display=swap");

#kirby-widget {
	float: none;
	font-family: "Handjet";
	width: 100%;
	height: 20%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
	border: 2px #3c808d dashed;
	border-radius: 7px;
	text-align: center;
	padding: 3%;
	font-size: 150%;
	background-image: url(https://file.garden/Z_14UF96v1JJTgh0/forest.png);
	background-color: rgba(255, 255, 255, 0.6);
	background-blend-mode: lighten;

	a:link {
		color: #3c808d;
	}

	a:visited {
		color: #3c808d;
	}

	a:hover {
		color: #bf3832;
	}

	a:active {
		color: #bf3832;
	}
}