/*# sourceMappingURL=style.css.map */

#view {
    padding: 10px;
    border: 4px solid #6f28bb;
    width: 50%px;
    background-color: aliceblue;
    height: 500px;
    overflow: auto;
  }
  img {
    width: 50px;
  }
  #view > div {
    border-bottom: 1px dotted #3838ab;
    font-size: medium;
  }
  .bold {
    font-weight: bold;
  }
  h2 {
    font-size: x-large;
    color: #f1071e;
  }
  