body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #4169E1;
  margin: 0px;
}
button {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  border-style: none;
}
p {
  margin: 8px;
}
.hud {
  width: 520px;
  height: 300px;
  border-radius: 20px;
  background-color: #3040B0;
  opacity: 0.8;
}
  /* 203090 */
.title {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 1.0;
}
.phrase {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 1.0;
}
.extra {
  color: #D0D0D0;
  font-weight: normal;
}
a {
  color: #D0D0D0;
  font-weight: normal;
}
.strut {
  height: 20px;
}
.line {
  height: 2px;
  width: 380px;
  background-color: #FFFFFF;
}




