body {
    margin: 0;
    padding: 0;
    background: linear-gradient(145deg,#00cdfe,#0077d7);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

h1 {
	margin-bottom: 8px;
}

.center-container {
    text-align: center;
	color: white;
	font-family: Tahoma;
}

.center-container a {
	color: white;
}

.center-container p {
	margin-top: 3px;
	font-size: 14pt;
}

.poweredby {
	font-size: 10pt;
}

.poweredby p {
	font-size: 10pt;
	color: #00416a;
	margin-bottom: 8px;
}

.poweredby a {
	color: white;
}