hr {
  margin: 0px;
}
.piccont {
  height: 200px;
  border: 1px solid black;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.pic {
  pointer-events: none;
  height: 100%;
  border-right: 1px solid black;
  border-radius: 10px;
}
.link {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}
#pages {
  margin-top: 18px;
  text-align: center;
}
.pagebutton {
  width: 10%;
  margin: 2px;
}
