/*
 * Site-wide styles.
 */

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

html, body {
  height: 100%;
  background-color: #1b3cb0;
}

#main {
	text-align:center;
}
 
#site-name
{
  width: 400px;
  border:none;
  /* margin: 100px auto; */
  padding: 120px 20px 20px 20px;
}

#site-name-small
{
  width: 116px;
  height: 56px;
  border:none;
  /*margin: 100px auto;*/
  padding: 16px;
}



#header {
	clear:both;
	text-align: left;
  margin: 0 auto;
	background-color: #c7c3cf; 
} 

p a
{
  color: rgb(203, 205, 255);
  /*font-weight: bold;*/
  font-weight: 700;
  text-decoration: none;
}

#main p, #main label
{
  color: rgb(204, 204, 204);
  font-family: 'Press Start 2P', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 120%;
 /*  margin: 0.5em 0; */
}

h1, h2, h3, h4
{
  color: rgb(223, 223, 223);
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}

#footer_main
{
  color: #b8b8b8;
  font-family: 'Press Start 2P', cursive;
  font-weight: 400;
}

