@charset "UTF-8";

.footer h1 {
  font-family:'Montserrat',sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
  font-size: 12px;
  display: block-level;
  padding: 5px 0 5px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}