@charset "UTF-8";
/* CSS Document */

body {background-color: #000}

.centered {
  position: fixed;
  top: 25%;
  left: 25x%;
  margin-top: -50px;
  margin-left: 300px;
}