/* The Development page main CSS File */

#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: -150px; /* Half the height */
  margin-left: -200px; /* Half the width */
}
