@charset "UTF-8";
/* CSS Document */

.event {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f9f2e7;
}

.event h3 {
  margin-top: 0;
  color: #d97e08;
}

.event p {
  margin: 5px 0;
}

aside img{
	width: 150px;
	height: auto;
	align: center;
}