body {
    font-family: Verdana;
}

.messaggio {
    font-size: 13px;
    line-height: 19px;
}

.post-body {
    padding: 5px 3px;
}

.two-column {
  display: flex;
  height: 250px;
  margin-bottom: 20px;
}

/* Left column takes the remaining space */
.left {
  flex: 1;
  margin-right: 20px;
}

/* Right column fixed size */
.right {
  width: 300px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid;
}
