body {
  width: 100%;
  height: 100vh;
  margin: 0;
  background-color: #006666;
  color: #CCFFFF;
  font-family: Tahoma;
  font-size: 16px;
}

h1 {
  margin: 20px auto 10px auto;
  text-align: center;}

p {
  text-align: left;
  margin: 35px auto 0 auto;
  width: 60vw;
  max-width: 500px;
  min-width: 300px;
}

form {
  width: 60vw;
  max-width: 500px;
  min-width: 300px;
  margin: 0 auto;
  padding-bottom: 2em;
  margin-top: -20px;
}

fieldset {
  border: none;
  padding: 2rem 0;
  border-bottom: 3px solid #3b3b4f;
}

fieldset:last-of-type {
  border-bottom: none;
}

label {
  display: block;
  margin: -0.2rem 0;
}

input,
textarea,
select {
  margin: 10px 0 0 0;
  width: 100%;
  min-height: 2em;
}


::-moz-placeholder {opacity: 1;}
input[placeholder], [placeholder], *[placeholder],
input[type="file"],
input,
textarea,
select[id="referrer"]
{
  color: black;
  font-weight: normal;
  font-size: 0.9em;
  font-family: Tahoma;
  background-color: #5F9EA0;
  border: 1px solid black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

}


input[type="file"]
{
  padding: 1px 0px;
  margin-top: 2px;
}

input[id="age"] {margin: 15px 0 20px 0}

select[id="referrer"] {
  margin: 1px 0 25px 0;
}

textarea {margin-top: 1px}

.inline {
  width: unset;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}

input[type="submit"] {
  display: block;
  width: 30px;
  margin: 0.5em auto;
  height: 2em;
  font-size: 1.1rem;
  background-color: rgba(160,160,160, 90%);
  color: white;
  border-color: white;
  min-width: 150px;
}

a {color: #dfdfe2}