@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Rajdhani:500');

body{ 
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-family: 'Rajdhani', monospace;
  letter-spacing: 3px;
}
.center {
   width: 200px;
   height: 150px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -100px;
   margin-top: -76px;
}
.fyl {
	margin-top:0.5em;
	color: #fff;
	text-align:center;
}