html {
  font-size: 14px;
}

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

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

body {
  margin-bottom: 60px;
  /*font-family: roboto, sans-serif;*/
  background: linear-gradient(to bottom, #000000FF 0px, #00000088 600px), url(../img/authorbg.webp) no-repeat fixed;
  background-size: cover;
}

.footer {
  user-select: none;
  background-color: rgba(42, 42, 42, 0.81);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  color: white;
  text-align: end;
  padding-right: 15px;
  font-weight: 400;
}