.notification {
  border: 1.5px solid black;
  background-color: #99B27F;
  color: white;
  font-weight: bold;
  font-size: x-small;
  text-align: justify;
  padding: 5px;
}

.notification p {
  margin: 0;
}

.big.thumb {
  height: 120px;
}

.notification img {
  margin-right: 5px;
  float: left;
  border: 2px solid black;
}

.close-button {
  text-align: right;
}


