.site-app {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-content {
	position: relative;
	width: 135px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.site-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 135px;
	height: 135px;
	margin: 0 auto;
	background: var(--primary-color);
	border-radius: 50%;
}
.site-logo {
	/*object-fit: cover;*/
	width: 64px;
	height: 64px;
}
.site-status {
	position: relative;
	display: block;
	margin: 1.5em auto 0;
}
.site-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}