* {box-sizing: border-box;}

body {background-image: url(bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;}
		
main {color: #cceeff;}

a:link {color: #cceeff;}
a:visited {color: #e6ffff;}
a:hover {color: #00b3b3;}

h2 {text-align: center;}

h3 {text-align: center;}

footer {text-align: center;
		padding-top: 1em;
		font-size: 75%;}

form {display: flex;
		flex-flow: column nowrap;
		display: grid;
		grid-gap: 1em;
		grid-template-columns: 6em 1fr;
		grid-template-rows: auto;
		width: 60%;
		margin: auto;
		padding: .5em;
		border: solid 2px #004d66;}

input, textarea {margin-bottom: .5em;}

		display: grid;
		grid-gap: 1em;
		grid-template-columns: 6em 1fr;
		grid-template-rows: auto;
		width: 60%;}