@import url(https://fonts.googleapis.com/css?family=Lato:700,400);
body {
  background: #000;
}

.jumbotron {
  background-color: #fff;
}

label, h1 {
  font-family: "lato";
  font-size: 18px;
}

input {
  padding: 5px;
  font-family: "lato";
  border: solid 2px #c9c9c9;
  box-shadow: inset 0 0 0 1px #808184;
  transition: box-shadow 0.3s, border 0.3s;
  transition: 0.3;
  width: 85%;
}

input:focus {
  border: 2px solid #03aee5;
  transition: 0.3s;
  opacity: 1;
}

#article {
  font-size:xx-small;
  padding-top: 6%;
}