/*intro page*/
body {
  background-color: gray;
  font-size: 28px;
}
img {
  border: 3px solid blue;
  border-radius: 40px;
}
.title {
  text-align: center;
  font-size: 30px;
  color:cyan;
  text-decoration: 3px underline;
  font-family: Georgia;
}
p {
  color:gold;
  display: block;
}
span, li {
  color:gold;
}
.deets {
  font-size: 25px;
  
  text-align: justify;
  font-family: sans-serif;
}
.deets span {
  margin-left: 30px;
}
.start {
  color:red;
  background: lime;
  font-weight: bold;
  border: 3px solid blue;
  border-radius: 40px;
}
/*lose scene*/
.body {
  background-color: red;
  color:cyan;
  font-size: 30px;
}
a {
  display: block;
  text-align: center;
  background: navy;
  text-decoration: none;
  color:yellow;
}