.Top .m-logo {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-shadow: 0px 0px 20px #e7b2c6;
  height: 50%;
  min-height: 250px;
  font-size: 150px;
  color: #e7b2c6;
  font-family: 'mSimpleRoundFont';
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .Top .m-logo p:nth-of-type(1) {
    text-align: right; }
  .Top .m-logo p:nth-of-type(2) {
    text-align: center; }
