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

.centered {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -50px;
  margin-left: -180px;
}