html {
  height: 100%;
  font-family: 'font-proxima-nova', sans-serif; }

body {
  min-height: 100%;
  position: relative;
  font-family: 'font-proxima-nova', sans-serif; }

.head {
  background-color: #007bff;
  color: #fff;
  padding: 15px; }
  .head h1 {
    font-size: 24px;
    margin: 0; }

.content {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.footer {
  background-color: #6c757d;
  color: #fff;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 768px) {
  .head h1 {
    font-size: 20px; }

  .footer {
    font-size: 14px; } }

/*# sourceMappingURL=base.css.map */
