html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.myspinner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*
.icon-test {
    background-image: url("../lib/icons/12.png");
    background-size: cover;
    display: inline-block;
    height: 50px;
    width: 50px;
}
*/