html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

footer.footer {
/*    padding-top: 10px;
    padding-bottom: 10px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    background: #222;
    line-height: 40px !important;
}

    footer.footer a {
        text-decoration: none;
        color: #9d9d9d !important;
    }


#app {
    position: absolute;
    z-index: 1000   
}