* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
    font-family: "Montserrat", sans-serif;
  }
  body {
    background: #eee;
    padding: 0 16px;
  }
  
  header {
    background-color: #8ad7c1;
    margin: auto -16px;
    padding: 16px 32px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  
  header h1 {
    color: #fff;
    font-family: "McLaren", cursive;
    font-weight: 200;
  }
  
  footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
  }
  
  footer p {
    color: #ccc;
  }

  /* .note {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 5px #ccc;
    padding: 10px;
    width: 240px;
    margin: 16px;
    float: left;
  }
  .note h1 {
    font-size: 1.1em;
    margin-bottom: 6px;
  }
  .note p {
    font-size: 1.1em;
    margin-bottom: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
  } */


  .card {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 5px #ccc;
    width: 450px;
    padding: 10px;
    margin: 20px;
    float: left;
  }

  .topcard {
      /* background-color: blue; */
  }

  .topcard-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 3px solid #fff8c1;
      margin-left: 15px;
  }

  .top-item {
      position: relative;
      display: inline-block;
      vertical-align: text-bottom;
  }

  .item-name {
    font-size:3rem;
    width:250px;
    height:80px;
    padding-top:16px;
    text-align: center;
    font-family: 'Concert One', cursive;
  }

  .item-num {
    width: 80px;
    font-size:2.5rem;
    text-align: right;
    font-family: 'Roboto Slab', serif;
  }

  .char-left {
      font-size: 0.8rem;
  }
  
  .card-hr {
      height: 0;
      margin-top:5px;
      border-bottom: 3px;
      margin-bottom:5px;
  }

  /* ---- */


  .bottomcard-top {
      padding: 10px 20px;
      margin: 10px 0;
      display: flex;
      justify-content: space-between;
      border-radius: 10px;
      border-style: solid;
      border-width: 1px;
      border-color: #707070;
  }

  .bottomcard-bottom {
      margin-top: 20px;
  }

  .item-info {
      display: inline-block;
      text-align: center;
  }

  .item-info p {
      margin: 5px 0;
  }

  .main-img {
      width:200px;
      height:200px;
      border-radius: 10px;
      margin-right: 20px;
  }

  .image-notes {
    display: inline-block; 
    vertical-align: text-top;
  }

  .char-note {
      font-size: 1.2rem;
      margin-bottom: 10px;
  }

  .item-note {
      width: 210px;
      max-height: 170px;
      overflow-y: scroll;
      text-overflow: ellipsis;
  }

  .card-buttons {
      margin-top: 5px;
      float: right;
  }

  .card-button {
      margin: 5px;
      padding: 3px;
      background-color: #eee;
      border-radius: 4px;
      border-width: 0;
  }