body {
  font-family: 'Arial', sans-serif;
  /*background-color: #000000;
  color: #FFFFFF;*/
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

form h2{
  font-size: 20px;
  margin-bottom: 8px;
}
form h3{
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 8px;
}

form h4{
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 8px;
}

form h5{
  margin-top: 3px;
}

form h6{
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 4px;
  color: #FF0000;
}

form input, form textarea, form select {
  display: block;
  /*background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #282828;*/
  margin-top: 15px;
  padding: 10px;
  width: 300px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
}

form select {
  width: 322px;
  height: 40px;
  margin-top: 15px;
  font-size: 16px;
  /*color: #A1A1A1;*/
  border-radius: 5px;
}

form .separation{
  width: 100%;
  height: 2px;
  background-color: #bb1a1a;
}

form input[type=submit] {
  width: auto;
  /*color: #A1A1A1;*/
}
