@charset "utf-8";
/* CSS Document */

#header{
	color: red;
	font: Segoe, Segoe UI, "DejaVu Sans", Trebuchet MS, Verdana, sans-serif;
	background: #45474a;
	width: 600px;
	height: 40px;
	text-shadow: 1px 1px #000 ;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
}

#text{
	color: black;
	font: Segoe, Segoe UI, "DejaVu Sans", Trebuchet MS, Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
