@font-face {
    font-family: "MSMincho";
    font-display: swap;
    src: url("assets/MS\ Mincho.TTF") format("truetype"); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

html {
    font-family: MSMincho;
    background-color: black;
    color: blue;
}

h1 {
    font-size: 19em;
    text-wrap: wrap;
    word-wrap: break-word;
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
}


.hide {
    display: none;
    max-height: 40%;
  }
  
  .hover-shower:active + .hide {
    display: block;
    color: red;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
  } 