/*

Name: AndyTanken CSS
Author:  Andy
Version: 1.0

© AndyTanken 2021

*/

*
{
	margin: 0;
	/*height: 100%;*/
	font-family: sans-serif;
}

a
{
	text-decoration: none;
}

#topmenu
{
	background-color: #333333;
	
	width: 100%;
}

@media (min-width: 1000px) {
	.input
	{
		size: 40;
	}
	
	h1,h2 {
		margin-bottom: 40px;
		width: 30%;
		min-width: 300px;
		border-bottom: 3px double red;
		margin-left: -20px;
	}
	
	#maindiv {
		padding: 100px;
	}
}
@media (max-width: 1000px) {
	h1,h2 {
		margin-bottom: 40px;
		width: 100%;
		min-width: 300px;
		border-bottom: 3px double red;
		text-align: center;
	}
	#maindiv {
		padding: 30px;
	}
}

#maindiv
{
	padding-top: 20px;
	background-color: white;
	min-height: 80%;
	width: 100&;
}

#footerdiv
{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}


.centerdiv
{
	min-height: 300px;
	width: 300px;
	position: relative;
	left: 50%;
	top: 0%;
	margin-left: -150px;
	display: flex;
	align-items: center;
	justify-content: center;
}



h3,h4 {
	margin-bottom: 20px;
	margin-top: 20px;
}

p {
	margin-bottom: 10px;
}
table 
{
	border: 1px solid;
}

td 
{
	padding: 10px;
}