body {
    background: url('../images/pattern_light.svg') repeat;
    background-size: auto;
}

.header, .footer {
    background-color: #110906;
    text-align: center;
}

.btn {
    background-color: #333333 !important;
}

.bg-tile-dark {
  background: url('../images/pattern_dark.svg') repeat;
  background-size: auto;
}

.bg-tile-light {
  background: url('../images/pattern_light.svg') repeat;
  background-size: auto;
}
