body {
  background-color: gray;
}

.txtcolor {
  color: white;
}

.lnkcolor , a {
  text-decoration: none;
  color: rgb(230, 211, 150);
}
