header {
  background-color: #000;
  height: 35px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  user-select: none; 
}

header img {
  position: absolute;
  top: 0%;
  left: 500px;
  user-select: none;
}

  h1 {
    color: #fff;
    font-size: 20px;
    margin: 0;
  }

  img {
    position: absolute;
    left: 0px;
    top: px;
    user-select: none;
  }

  /* ボタンにカーソルを合わせると色が変わる */
  #chara-button:hover {
    filter: invert(0.2);
    opacity: 0.8;
    }
  
  #story-button:hover {
    filter: invert(0.2);
    opacity: 0.8;
  }
  #command-button:hover {
    filter: invert(0.2);
    opacity: 0.8;
  }
  #impact-button:hover {
    filter: invert(0.2);
    opacity: 0.8;
  }
  /* ボタンにカーソルを合わせると色が変わる */

  #YouTube {
    user-select: none;
  }


  /* 背景を黒くするやつ */
  body {
    background-color: black;
  }
  /* 背景を黒くするやつ */
 

  footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1001;
    left: 0;
    margin: 0;
  }
  
  footer p {
    font-size: 13px;
  }