.row{
  text-align:center;
  
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color:#90C9C0;
}

#choices{
  display:flex;
  justify-content:space-around;
}

img {
  width:700px;
}

#shoot {
  font-family:'Source Sans Pro';
  cursor:pointer;
  box-shadow:none;
  background-color:#4E998D;
  border:1px solid #fff;
  color:#fff;
}

#input {
  font-family:'Source Sans Pro';
}

#result {
  margin-top:20px;
}