@import url('https://fonts.googleapis.com/css?family=Special+Elite:400');
.logo{
	max-height: 250px;
	max-width: 250px;
}
body{
	background: url(../img/fondo_vc.png) center bottom no-repeat #000;
	background-size: contain;
	height: 100vh;
}

.titulo{
  color: #fff;
  font-family: 'Special Elite', monospace;
}