html,
body {
  margin: 0;
  margin-top: 3%;
}
.container {
  height: 725px;
}
h1 {
  letter-spacing: 3px;
}
.title a {
  font-weight: 600;
}
hr {
  border: 1px solid #999;
}
.title {
  letter-spacing: 7px;
}
.title > a:hover {
  text-decoration: none;
}
.lead {
  letter-spacing: 3px;
  word-wrap: break-word;
}
textarea {
  border: 0;
  overflow: auto;
  font-size: 22.5px !important;
  padding: 19px !important;
  resize: none;
  color: #fff !important;
}
.well {
  min-height: 155px;
}
footer {
  letter-spacing: 3px;
  font-variant: small-caps;
}
#about {
  position: absolute;
  top: 10px;
  right: 10px;
}
#about a {
  text-decoration: none;
}

.article {
  padding: 2% 20%;
}

.article a {
  color:yellow;
}