body {
  background-color: darkslateblue;
  font-family: Times New Roman;
  font-size: 25px;
  color: aliceblue;
}

p {
  color: lightblue;
}

.Conversation {
  color: black;
  background-color: aliceblue;
  width: 725px;
}

button {
  background-color: red;
  border-width: 6px;
  border-block-start-color: brown;
  border-bottom-color: firebrick;
  border-inline-start-color: lightpink;
  border-color: brown;
  color: whitesmoke;
  width: 75px;
  height: 50px;
  font-size: 20px;
}

.bigIMG {
  width: 120px;
  height: 150px;
}

marquee {
  font-size: 50px;
  color: indianred
}

.comments {
  height: 500px;
  overflow-y: scroll;
  background-color: aliceblue;
  border: 4px inset gray;
  padding: 10px;
  color: dimgray;
}

/* fake "comment spacing" */
.comments br {
  line-height: 1.8;
}

a {
  color: aqua
}