@charset "UTF-8";

.event{
	width: 80%;
	padding: 30px;
	box-shadow: 2px 4px 10px #d9d9d9;
	display: flex;
	margin: 50px auto;
}

.left{
	width: 50%;
}

.month{
	font-size: 25pt;
	font-weight: bold;
}

.link{
	margin-top: 100px;
	margin-bottom: 30px;
}


.link a{
	text-decoration: none;
	color: #4876e6;
	font-weight: bold;
	font-size: 15pt;
}

.link a:after{
	content: "▶";
	color: #4876e6;
}

.link a:hover{
	background-color: #4876e6;
	color: #fff;
}

.right{
	width: 50%;
}

.right img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 10px 10px 0px #ff9e00;	
}