body{
	background-color:#e3ffff;
	font-family: "";
}
#body
{
	text-align: center;
	background-color:#FFFFFF;
	max-width: 100vh;
	min-height:40vh;
	min-width: 50vh;

	margin:auto;
}
.menu{
	background-image:url(img/kousha.jpg);
	max-width: 100vh;
	height:378px;
	min-height:20vh;
	min-width: 50vh;

	text-align:center;
	margin:auto;
}
.menu-content{
	max-width:560px;
	margin-top:10%;
}
.grid{
	display:grid;
	gap:26px;
	grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
	margin-top 6%;
	margin-bottom:50px;
}
a:hover {
 
    color:rgb(139, 143, 163);
    text-decoration:underline;
     
    }

h1{
    padding:0.5em;
    color:#313441;
	font-size: 36pt;
	display:inline-block;
	border-bottom:solid 1px;
	border-bottom-color:#626468;
}
h2{
    color:#494949;
	font-size: 20pt;
	
}
h2:hover {
 
    color:rgb(139, 143, 163);
    text-decoration:underline;
     
    }

img{
	margin-top:30px;
	padding:20px;
}
img:hover{
     transform:scale(1.2);
    transition-duration:0.5s;
     
}
#link{

	text-align:right;
	color:#FFFFFF;
	max-width: 150vh;
		min-width: 60vh;
	padding:auto 10px;
	margin:auto;
}
