body {
	margin: 40px auto;
	line-height: 1.5;
	max-width: 900px;
	font-size: 18px;
	color: #bdb7af;
	padding: 0 10px;
	background-color: #181a1b
}

input {
    background-color: #181a1b;
    color: #bdb7af;
    border: 1px solid #bdb7af;
    padding: 10px;
    border-radius: 2px;
}

.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

a:link {
	color:#f5f5f5;
}

a:visited {
	color:#f5f5f5;
}

a:active {
	color:#f5f5f5;
}

a:hover {
	color:#f5f5f5;
}

h1,h2,h3 {
	line-height: 1.2
}

.col {
	float: left;
	width: 50%
}

.row:after {
	display: table;
	clear: both
}

.footer {
	display: inline;
	float: none;
	font-size: 10px;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}
