body {
    background: #ffb73aca;
}

.log-post {
    border: 3px solid black;
    padding: 20px;
    background: #f6f7b4;
    margin-bottom: 10px;
    border-radius: 25px;
    box-shadow: 0 0 3px;
  }

.log-title{
    border-bottom: 1px solid black;
    margin-bottom: 12px;
}

.insp-header{
    margin-bottom: 0px;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }

  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }

  .account-heading {
    font-size: 2.5rem;
  }

  .welcome {
    margin-top: 100px;
  }