body{
  font-family: 'Cabin', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #313431;
  background-image: url(http://i.imgur.com/ntULqTi.jpg);
}

li{
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  width:600px;
  font-size: 25px;
  background: #212020;
}

.art{
  margin-right: 15px;
}

.textentry {
    color: #cbcaca;
    background-color: #1c1b1b;
}

#iframePad {
  /*margin: 10px;*/
}

.formBar{
  color: white;
}

#results{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: -20px;
  margin-right: auto;
}

h2{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222823;
  color: white;
  border: 3px solid black;
  box-sizing: border-box;
  height: 70px;
  width: 800px;
}
