* {
	font-family: system-ui;
}

body {
	background-size: 100% 100%; /* width height */
}

#mainHeader { 
	color: WhiteSmoke;
	width: 1000px;
	margin-top: 30px;
	font-size: 30px;
	/* font-family: Optima, sans-serif; */
}

#navBar { 
    background-color: #333;
    color: #fff;
    padding: 10px;
}

#navBar ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	
}

#navBar ul {
    list-style-type: none;
}

#navBar ul li {
    display: inline;
    margin-right: 20px;
}

#navBar ul li a {
    text-decoration: none;
    color: #fff;
}



#navBar ul li {
	display: inline;
	
}

#navBar2 li {
	border-style: solid;
	border-width: 3px;
}

#paragraph1 {	
	text-indent: 50px;
	/* font-family: Optima, sans-serif; */
	width: 600px;
	text-align: center;
	line-height: 20px;
	color: WhiteSmoke;
}

#paragraph1 p {
	text-align: left;
}


#container { 
	width: 200px;
	height: 950px;
	background-color: rgb(89, 89, 89, 0.97);
	width: 1000px;
	margin: 0 auto; /* wrapper */
	
}

#form { 
	outline-width: 2px;
	padding: 5px;
}

#submittedHeader {
	/* font-family: "Georgia", Times, serif; */
	color: tomato;
}


@keyframes otterAnimation {
	from {
		bottom:-500px;
	}
	to {
		bottom:000px;
	}
}