/* remotefilename=/style/styles.css
 *
 *	Copyright © 2025 by FKE Internet.  All rights reserved.
 *
 *	$Id: /style/styles.css,v $
 */
/**
*	Main stylesheet for the skeleton site
*
*	Author:			Fred Koschara
*	Creation Date:	November ninteenth, 2025
*	Last Modified:	November 19, 2025 @ 9:14 am
*
*	Revision History:
*	   Date		  by		Description
*	2025/11/19	wfredk	change background color from black to royal purple
*	2025/11/19	wfredk	original development, partially extracted from index.php
*/
*
{	font-family:Verdana,Arial,Helvetica,sans-serif;
}

body
{	background-color:rgb(33,0,99);	/* or black or 99,33,88 or 55,22,99(deep) */
	color:#000;
	font-size:12px;
	margin:0;
}
.pageWrapper
{	align-items:center;
	display:flex;
	justify-content:center;
	min-height:100vh;			/* required to vertically center on the page */
}
.textColumn
{	margin-left:75px;
	margin-top:40px;
}
.siteMessageTitle
{	font-size:16px;
	font-weight:bolder;
}
.textBlock
{	background-color:#aaa;
	border-radius:16px;
	color:#000;
	font-size:12px;
	margin:0;
	padding:20px;
	width:360px;
}
/* EOF: styles.css */
