
.links-title {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.links-section {
  margin-top: 20px;
}

.links-section-title {
  color: tomato;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid #ffffff;
  display:flex;
  justify-content: space-between;
}

.links-section-link {
  background-color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 10px;
  padding: 10px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 10px;
  border: 1px solid #ffffff;
  /* display:flex;
  justify-content: space-between; */
  cursor: pointer;
  white-space: nowrap;
}

.links-section-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.links-section-url {
  color: #aaaaaa;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
  font-size: 12px;
}

svg {
  display: block;
}

.console {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000080;
  color: aquamarine;
  width: 100%;
  max-height: 200px;
  overflow: scroll;
  font-size: 10px;
}

.console div {
  margin:10px;
}

.console pre {
  margin: 10px;
}