html {
  font-size: 14px;
}

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

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

body {
  margin-bottom: 60px;
}

.main-container {
    margin-top: 30px;
}

.not-records-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px
}

.centred-horisontal-container {
    display: flex;
    justify-content: center;
}

.not-records-container div {
    align-content: center
}