.plead{
  height: 20;
  width: 100%;
  background-color: black;
  color: bisque;
list-style: none;
color: antiquewhite;

  padding: 10px;
}
.plead a{
  color:aliceblue;
  text-decoration: none;
  font-size: 1.5em;
  border: 3px solid orange;
  padding: 5px;
  border-radius: 5px;
  margin: 3px;
}