body {
  background-image: url(../images/sos.png);
}

span.title span.word:nth-child(even) {
    color: #EF4DB6;
}

span.title a:hover {
  text-decoration: none;
}

span.title span.word:nth-child(odd) {
    color: #007AFF;
}

div.page-header {
  font-family: 'Peralta', cursive;
}

div#index-content {
  margin-top: 20px;
  background-image: url(../images/screenshot.png);
  background-repeat: no-repeat;
  padding-left: 210px;
  min-height: 400px;
}

div#result-content {
  font-family: 'Peralta', cursive;
}

#created {
  color: #007AFF;
}

li.list-group-item img {
  margin-right: 10px;
  padding-bottom: 5px;
}

li.boy {
  color: #007AFF;
}

li.girl { 
  color: #EF4DB6;
}

div#error {
  display: none;
}

p#description {
  color: #007AFF;
}

ul.nav {
  margin-bottom: 20px;
}