@charset "utf-8";

body {
	background-position: center;
	background-size: cover;
	background-image: url('../images/back.jpg');
	color: white;
	text-shadow: 0px 0px 2px black;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
footer {
	background: none;
	color: white;
}

.vmenu {
	color: white;
}
.vmenu a {
    color: white;
}
.vmenu a:hover {
    color: white;
}
.vmenu ul li:hover {
    background: none;
	color: white;
}
.vmenu > ul > li:hover {
    background-color: rgba(0,0,0,0.6);
}
.vmenu > ul ul {
	background-color: rgba(0,0,0,0.6);
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.title {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin: 60px 0px;
}
.date {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.grant {
	font-size: 24px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top: 60px;
}
