body, html, header, h1, h2, h3{
	margin:0px;
	padding:0px;
}

body{
	font-family: helvetica;
}


header,body,html{
	width:100%;
	height:100%;
}

header{
	background:url("https://myvpn-ncom.cloud/fd2.jpg") no-repeat center center;
	background-size:cover;
	color:white;
}
.wrapper{
	display: table;
	width:100%;
	height:100%;
}

.content{
display: table-cell;
text-align: center;
vertical-align: middle;
text-shadow: 1px 1px 5px black;
}

.table{
  margin-left: auto;
  margin-right: auto;
  color:white;
	text-align: center;
	font-family: helvetica;
	font-size:378%;
	
}
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}