.searchresults{
  width: 70%;
  margin: auto;
  margin-top: 1em;
  padding: 0.5em;
  background-color:#fdfdfd;
  text-decoration: none;
  scroll-behavior: smooth;
  border-style: outset;
}

.searchresults > p {
  padding-left: 1em;
}

