body, html {
    height: 100%;
    margin: 0;
    font-family: "Times New Roman", Times, serif;
  }

.jj-btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 5px 8px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 25px;
}

/*
 * Placeholder dashboard ideas
 */

 .placeholders {
    margin-bottom: 30px;
    text-align: center;
  }
  .placeholders h4 {
    margin-bottom: 0;
  }
  .placeholder {
    margin-bottom: 20px;
  }
  .placeholder img {
    display: inline-block;
    border-radius: 50%;
  }