body {
  text-align: center;
  font-family: Arial;
}
.screen {
  display: inline-block;
  width: 1024px;
  height: 846px;
  background: url('../images/screen.png') no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
.display {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 598px;
  overflow: auto;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.display img {
  width: 100%;
  height: auto;
}

.pager {
  width: 1024px;
  display: flex;
  align-items: center;
  align-self: center;
  margin: auto;
}
.pager .title {
  font-size: 20px;
  font-weight: bold;
  width: 60%;
}
.pager .prev,
.pager .next {
  width: 20%;
}
.pager a {
  text-decoration: none;
}
