body {
  background: rgb(170, 158, 159);
  background-image: url("way.jpeg");
  background-color: rgba(237, 241, 246, 0.9); }
p {
  font-size: 15px;
  color: black; }

pre {
  font-size: 15px;
  white-space: pre-wrap;
  }
a{
  font-size: 20px;
  color: rgb(10, 43, 77);
}
a:link{
  text-decoration: none;
}
a:hover{color: rgb(213, 17, 63);}
a:visited {color: #97039a; }
