@charset "utf-8";
#logo.logo {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	position: fixed;
  	top: 50%;
  	left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
	visibility: inherit;
	z-index: auto;
	height: auto;
	width: auto;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	cursor: default;
}
	#text.text {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	position: fixed;
  	top: 60%;
  	left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
	font-size: 20px;
	color: black;
	cursor: default;
		
}