/*intro*/
body {
  background-color: grey;
}
img {
  width:auto;
  height:40%;
  border:4px outset white;
  border-radius: 30px;
}
.title {
  margin: 0;
  font-size: 40px;
  text-align: center;
  font-family: Georgia;
  text-decoration: 3px underline;
  color:turquoise;
  font-weight: bold;
}
.deets {
  font-size: 25px;
  text-align: justify;
  color:white;
  font-family: Arial;
}
.link {
  font-size: 30px;
  color:cyan;
  background: black;
  display: block;
  border: 3px solid;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: Georgia;
}
.deets span {
  margin-left: 40px;
}
/*lose*/
.lost {
  font-size: 28px;
  text-align: justify;
  font-family: Verdana;
}
.lose {
  background-color: whitesmoke;
  color:darkslategray;
}
.restart {
  text-decoration: none;
  font-family: serif;
  font-size: 28px;
  color:brown;
  background: cyan;
}
/*win*/
.win {
  background-color: crimson;
  color:cyan;
}
.what {
  font-family: Verdana;
  font-size: 28px;
  text-align: justify;
}