body {
	background-color:black;
	text-align:center;
}

.logo {	
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

img {
  width: 50%;
  height: 50%;	
}

.img-responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.note {
 font-family: Verdana, sans-serif;
 padding: 6%;
 color: #ecf0f1;
 font-size:18px;
}

