body {
	background: #146dff;
	background: -moz-linear-gradient(45deg,  #146dff 0%, #064dc6 100%);
	background: -webkit-linear-gradient(45deg,  #146dff 0%,#064dc6 100%);
	background: linear-gradient(45deg,  #146dff 0%,#064dc6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146dff', endColorstr='#064dc6',GradientType=1 );

}

#avdiv_center {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  max-width: 430px;
}

#avp_nameserver {
  text-align: right;
  font-family: "Ubuntu",sans-serif;
  font-size: 3em;
  line-height: 1em;
  margin: 0;
  color: #064dc6;
}
#avdiv_body {
	font-family: "Poppins",sans-serif;
	font-size: .8rem;
	color: #ffffff;
}

#avdiv_foot {
	position: absolute;
	bottom: 0;
	width: 98vw;
	display: flex;
	justify-content: space-between;
	font-family: "Poppins",sans-serif;
	font-size: .8rem;
	padding: 0 0px;
	left: 50%;
	translate: -50% 0;
	color: #fff;
	opacity: .3;
}