@charset "UTF-8";
/* CSS Document */

body{
	background-color: #cfd9d8;

	}

h1{
	
  	font-family: "mono45-headline",monospace;
 	font-size:700%;
	text-align:center;
	color:black;
	}

p{
	font-family:"voluta-script-pro",sans-serif;
	text-align:center;
	font-size:500%;
	}

.year {
 	width:100%;
	margin:4%;
	}

.item{
	width: 20%;
    height: 20%;
	float:left;
	margin-right: 4%;
	margin-bottom: 5%;
	}

img{
	max-width:100%;
	}  
	 

.item img:last-child{display:none}
.item:hover img:first-child{display:none}
.item:hover img:last-child{display:inline-block}


