
body	{
	background: linear-gradient(90deg, black, gray);
	font-family: courier;
	}

h4		{
	font-family: courier;
	color: white;
	}
	
h6		{
	font-family: ariel;
	font-size: 9px;
	text-align: right;
	color: white;
	}	

div		{
	text-align: center;
	width: 150px;
	padding: 3px 0 3px 0;
	}

button 	{
	width: 148px;
	margin: 1px;
	color: gray;
	}
	
#rem	{
	font-size: 10px;
	text-align: left;
	}	
	
#un, #pw {
	height: 15px;
	}