.jackadit {
    background-color: #a3aa7e;
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    max-width: 600px;
    margin: 20px auto;
  }
  .jackadit h2 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .jackadit p {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .jackadit .source {
    font-style: italic;
    font-size: 14px;
  }
  .jackadit .tag {
    position: absolute;
    top: -10px;
    right: 20px;
    background-color: #7c855c;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
  }