body {
    margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100vh;
	background: url(mpic1.jpg);
	background-size: cover;
	background-position: center no-repeat;
	font-family: sans-serif;
	overflow: hidden;
}
.t {
	width: auto;
	height: 60px;
	background: gray;
	position: top ;
	box-sizing: border-box;
	padding: 0px;
	font-family: sans-serif;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.19), 0 15px 30px rgba(0, 0, 0, 0.19);
}
.t a {
	text-decoration: none;
	font-size: 40px;
	line-height: center;
	color: skyblue;
	padding: 13px 10px 15px 10px;
}
.t a:hover {
	color: lightyellow;
}