body {
  background-color: #111;
  color: #ccc;
}

h1 {font-size:600%;font-weight: bold; color: #ff0066}
h2 {font-size:140%}

.form-control,.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
  border: solid 3px white;
  color: white;
  background-color: #444;
  box-shadow: none;
}

@media only screen and (max-width : 500px) {
  h1 {font-size:320%;}
}