body
{
	font-family: "Segoe UI";
	font-size: 14px;
	
	overflow: hidden;
}

iframe
{
	height: 100%;
	width: 	100%;
	
	border: none;
}

img
{
	user-select: none;
}

::selection
{
	color: white;
	
	background: #3194f7;
}