html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: rgb(43,121,132);
}

body {
  font-family: 'ProximaNova-Regular';
}

h1, h2, h3 {
  font-family: 'ProximaNova-Bold';
}

.container {
  position: relative;
  width: 940px;
  margin: 0 auto;
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px 3px black;
}

#results {
  height: 500px;
  width: 700px;
  margin: auto;
  box-shadow: 0px 0px 5px 2px black;
}

#results > div > img {
  width: 100%;
  height: 100%;
}

#result-title {
  height: 30px;
  display: inline-block;
  width: 940px;
  text-align:center;
}

#last {
  height: 40px;
  width: 100%;
  display: block;
}