* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.apinetwork {
  width: 30%;
  margin: auto;
  text-align: center;
}

#my {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

#my div {
  width: 90%;
}

#my img {
  width: 100%;
}

#cont {
  width: 90%;
  margin: auto;
  display: flex;
}

#cont>div:nth-child(1) {
  width: 28%;
  padding: 10px;
}

#cont>section {
  width: 60%;
  padding: 10px;
}

#req {
  width: 100%;
  border-radius: 5px;
  color: black;
  background-color: rgb(255, 94, 0);
  border: 1px solid orangered;
}

#req>a {
  text-decoration: none;
  color: black;
}

#newApi,
#newReq {
  transition: 0.3s;
}

#newApi:hover,
#newReq:hover {
  transform: scale(0.87);
}