body {
	background-color: #000;
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	font-size: 72px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.logo {
    width: 600px;
	height: 144px;
    margin: 20px 0;
    float: left;
}