#logfield p {
  margin-bottom: 0 !important;
  word-break: keep-all;
}
#logfield {
  max-height: 500px;
  min-height: 500px;
  overflow: auto;
}
.flex-center {
  display: flex;
  justify-content: space-around;
}
.tt tt {
  color: white;
  background: #4F4F4F;
  padding: 4px;
  border-radius: 2px;
  font-size: 8px;
}

.peer {
  margin: 4px;
  padding: 6px;
}

.ipfs-style {
  color: #65C2CA;
  background: #0C2130;
}
