/* タイプエリア */
nav {
  text-align: left;
  font-size: 10px;
  margin: 0;
}

#wrap {
  font-weight: bold;
  color: #ffff;
  background-color: #666;

  padding:80px 40px;
  margin-top: 20px;
}
/* 全体 */
body {
  text-align: center;
  font-size: 5em;
}
/* カウントダウンタイマー */
#count {
  color: #888;
  margin: 0;
  font-weight: bold;
}
/* タイプ済み */
#typed {
  color: lightgreen;
}
/* 未タイプ */
/* 開始ボタン */
#start {
  margin-top: 10px;
}
/* ミスタイプ時の背景 */
.mistyped {
  background-color: red;
}
.gameover {
  color: red;
}
#oneMoreBtn {
  display: none;
  margin: 20px auto 0 auto;
}
#alert {
  position: fixed;
  top: 5px;
  right: 5px;
}