
body {
  font-family: 'Source sans pro', sans-serif;
  font-size: 18px;
}

.container {
  max-width: 960px;
}

.no-padding {
  padding: 0px 0px 0px 0px;
}

.pcb-image {
  height: 300px;
  background-image: url("../img/pcb.png");
  background-size: cover;
}

#content h5 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  padding-top: 2em;
  margin-left: 50%;
  line-height: 175%;
  font-weight: 400;
}

.copyright {
  flex-grow:      0;
  flex-shrink:    0;
  font-size:      14px;
  font-weight:    200;
}
