body {
  background-color: #000000;
  background-size: cover; /* 全画面 */
  background-attachment: fixed; /* 固定 */
  background-position: top right; /* 縦横中央 */
  font-weight: bold;
}
