body {
  background-color: goldenrod;
}
/*------------INTRO----------*/
.t {
  font-size: 30px;
  text-decoration: 3px underline;
  color: yellow;
  text-align: center;
  background: dodgerblue;
}
.des {
  font-size: 27px;
  color: blue;
  text-align: justify;
}
.link {
  font-size: 30px;
  color: darkred;
  display: block;
  background: cyan;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
/*-------------LOSE------------*/
.l {
  background-color: brown;
  color: gold;
}
.ll {
  font-family: sans-serif;
  text-align: justify;
  font-size: 28px;
}
.ll a {
  color:lightblue;
  font-weight: bold;
}
/*------------WIN-------------*/
.w {
  background-color: lightgreen;
}
.ww {
  font-size: 28px;
  font-weight: 800;
  color:navy;
  font-family: sans-serif;
  text-align: justify;
}