* {
	margin: 0;
	padding: 0 
}

.ponzbody {
	background-color: #20273A;
}

.center-screen {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar {
	background-color: #264169;
	height: 40px;
	width: 750px;
}

.h3nav {
	text-align: center;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #14c0eb;
	font-weight: bold;
	padding-top: 7px;
}

.h3nav a:link {
	text-decoration: none;
}

.h3nav a:hover {
	text-decoration: underline;
	color: #25f2f4;
}

.h3navlink {
	margin: auto;
	text-align: left;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #14c0eb;
}

.centralPanel {
	margin: auto;
	width: 750px;
	height: 100%;
	background-color: #39414C;
    border-left: 6px solid green;
	border-right: 6px solid green;
	border-color: #14c0eb;
}

.waheader {
	color: #4961C4;
}

.test {
	background-color: #F8F9FF;
}

.waheader2 {
	color: #7979E9;
}

.walink {
	color: #79E999;
}

.ponzh1 {
	justify-content: center;
    align-items: center;
    text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
}

.ponzh3 {
	justify-content: center;
    align-items: center;
    text-align: center;
	color: #DA7FE2;
	font-size: 16px;
}

.ponz2h1 {
	margin: 0;
	padding: 0;
	justify-content: left;
    align-items: left;
    text-align: left;
	text-align: left;
	padding-left: 50px;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
}

.ponz2h3 {
	margin: 0;
	padding: 0;
	justify-content: left;
    align-items: left;
    text-align: left;
	padding-left: 50px;
	color: #EFE9F0;
	font-size: 16px;
}

.notyet {
    height:34px;
    margin:0 auto;
    float:center;
	width: 130px;
}

a {
	color: #EBD8EE;
}

hr {
	border: none;
	height: 6px;
	background: #14c0eb;
}

hr.tailhr {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
}

.copyright {
    text-align: right;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #15bc5f;
	font-size: 13px;
}