@charset "utf-8";

body {
	background-color: #000066;
	color: #B3B9C2;
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.img {
	text-align: center;
	position: absolute;
	width: 400px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

.floatright {
	float: right;
	width: 200px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #00000;
	border-right-color: #00000;
	border-bottom-color: #00000;
	border-left-color: #00000;
	background-color: #333;
	}
	
vmenu, menu {
  width: 100%;
  text-align: center;
  margin: 0 auto;

}
	
vmenu ul, menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

 menu li {
    float: left;
}

vmenu a:link, menu a:link, a:visited {
	height: 3em;
	font-weight: bold;
	color: white;
	background-color: purple;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	border: 1px solid white;
}

menu a:link, a:visited {
	display: block;
	width: 140px;
}

vmenu a:link {
	display: flex;
  justify-content: center;
  align-items: center;
	margin: auto;
  width: 50%;
}

vmenu a:hover, menu a:hover, a:active {
  color: #FFFFFF;
  background-color: #000066;
}

input[type=text], input[type=number], input[type=date], select {
  width: 90%;
  padding: 8px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea, select {
  width: 90%;
  padding: 8px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

label {
	font-size: 20px; 
	display: block;
	}
