@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Japan';
  src: local('Japan'), url('japan.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
}

#logo {
    left: 0;
    top: 50%;
    width: 100%;
    color: white;
    display: none;
    font-size: 8em;
    line-height: 1em;
    font-weight: bold;
    position: absolute;
    text-align: center;
    font-family: 'Georgia', serif;
    text-shadow: 0 4px rgba(0, 0, 0, 0.25);
}