@font-face {
  	font-family: 'SimpleHandmade'; 
  	src: url('../fonts/SimpleHandmade.oft') format('opentype'),
  	url('../fonts/SimpleHandmade.ttf') format('truetype');
}
a:link{
    color: black;
    text-decoration:none;
}
a:visited{
  	color: black;
  	text-decoration : none;
}
a:hover{
	color :rgb(109, 133, 94);
}
a:active{
	color :rgb(180, 147, 255);
}

.desc a:link{
    color: rgb(229, 221, 247);
    text-decoration:none;
}
.desc a:visited{
  	color: rgb(229, 221, 247);
  	text-decoration : none;
}
.desc a:hover{
	color :rgb(235, 244, 215);
}
.desc a:active{
	color :rgb(180, 147, 255);
}

table {
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 40px;
	margin-bottom: 30px;
	border: 3px solid;
  	border-color: black;
  	padding: 15px;
  	text-align: center;
  	background-color: rgb(237, 249, 229);
}
th, td {
	font-size: 50px;
  	font-family: "SimpleHandmade";
  	padding: 15px;
}

.date {
	cursor: pointer;
}

.date:hover {
	color :rgb(109, 133, 94);
}

video {
	display: block;
  	padding: 30px;
}

.exhibition{
  	width: 80%;
  	margin: 20px auto 10px auto;
	display: grid;
  	grid-template-columns: auto auto;
    grid-template-rows: auto;
  	place-items: center;
}

.image_exhibition {
	display: flex;
  	padding: 30px;
}