body {
  box-sizing: unset;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 460px;
  margin: 10px;
  max-height: 460px;
  max-width: 920px;
  padding: 10px;
  outline: 1px solid lightgray;
  overflow: scroll;
  width: 920px;
}
button {
  width: 100px;
}
img {
  width: 120px;
}
h5 {
  margin-top: 20px;
}
span {
  font-weight: bold;
}
table {
  font-size: 14px;
}
p {
  font-size: 14px;
  font-weight: bold;
}
pre {
  color: black;
  font-size: 12px;
}
.table {
  width: 1200px;
}
.input {
  width: 300px;
}
.top-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 120px;
}
.control-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 650px;
}
.output-container {
  margin-top: 20px;
  height: 320px;
  overflow: scroll;
}
.avatar {
  outline: 1px solid lightgray;
  width: 120px;
  height: 120px;
}
.tip {
  color: gray;
  font-style: italic;
  font-size: 12px;
}
.owner-meta {
  margin-bottom: 20px;
}
