body {
	font-family: font;
	background-color:lightpink;
	font-size: 23px;
}

a {
	color:purple;
}

@font-face {
	font-family: font;
	src: url(media/karrik_fonts-main/fonts/Web/TFF/Karrik-Regular.ttf)
}

.sitelog {
	font-size: 15px;
	width: 300px;
	height: 100px;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	text-align: center;
	margin: auto;
}