*,
*::after,
*::before {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Times New Roman", Times, serif;
  background-color: #181918;
  color: rgb(255, 243, 243);
}
a {
  color: #6eb8ff;
}
section {
  margin: 30px;
}
.firstdetail,
.seconddetail {
  max-width: 400px;
  margin: 30px 0;
  font-size: 17px;
}
.count,
.below {
  font-size: 17px;
}
.below {
  margin-bottom: 100px;
}
.link {
  margin-top: 100px;
}
.runUpload {
  color: yellow;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.upAndDown {
  cursor: pointer;
}
.imgone {
  display: none;
}
.liparent {
  margin: 10px;
  /* border: 1px solid; */
}
.liparent img {
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
