.posts{
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

.post{
  width: 90%;
  border: 1px solid black;
  border-radius: 5px;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: 0px 2px 7px 0px #999;
}

.post .title{
  border-bottom: 1px solid black;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post p{
  height: 10vh;
  padding: 10px;
  text-align: justify;
  overflow-y: hidden;
}

.post a{
  margin: 10px;
}

.defind{
  width: 100%;
  text-align: center;
}
