html, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

p {
  font-size: 115%;
}

.breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
}

.box {
  margin-bottom: 40px;
  text-align: center;
}
.box img {
  padding: 40px;
}
.box .details {
  padding: 40px 40px 0 40px;
  text-align: left;
}
.credit {
  text-align: right;
  padding: 20px;
  font-size: 12px;
}
