* {
  font-family: Verdana;
}

body {
	overflow-x: hidden;
}

#wrapper {
  border-left-style: solid;
  border-right-style: solid;
  border-color: #679bf0;
  margin-left: 5%;
  margin-right: 5%;
}

nav {
  height: 50px;
  border-bottom: 2px solid lightblue;
}

nav a {
  font-size: 15pt;
  width: 15%;
  height: 50px;
  line-height: 50px;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.center {
  text-align: center;
  width: 90%;
}

.focus {
  color: #00c9fd
}

nav a:hover {
  background-color: white;
  color: #00c9fd;
  }

b {
  font-size: 22pt;
}

#inhoud {
	margin-top: 3%;
}

article {
  margin-left: 5%;
  margin-top: 7%;
}

#username {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 30%;
  height: 5%;
}

#password{
	width: 30%;
	height: 5%;
}

#knop {
  background-color: white;
  margin-top: 30px;
  margin-left: 0px;
  width: 200px;
  height: 50px;
	font-weight: bold;
}

#knop:hover {
  background-color: #0fa8f5;
}

footer {
  margin-top: 20px;
  height: 20px;
  background-color: #679bf0;
  width: 100%;
  position: fixed;
  margin-left: 0px;
  bottom: 0px;
  padding: 10px;
}

footer p {
  margin: auto;
  text-align: center;
  font-size: 10pt;
  color: #303030;
}

footer a {
  color: #303030;
  text-decoration: none;
}
