.global-footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
}
.global-footer p {
  box-sizing: border-box;
  line-height: 32px;
  font-size: 14px;
}
.global-footer p a {
  color: #fff;
}
