html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Share Tech Mono', monospace;
  overflow: hidden;
}

body {
  background-image: url('../images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(20, 21, 22);
  margin: 0 2rem 0 2rem;
}

a:link, a:visited, a:hover, a:active {
    color: #d8d8d8;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

h1 {
    margin: 5rem 0;
    font-size: clamp(26px, 2.5vw, 42px);
    text-align: center;
    color: #d8d8d8;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    color: #c0c0c0;
    margin-bottom: 1rem;
    z-index: 1;
}

.footer .copyright {
    font-size: .8rem;
}

.tv-widget-container {
    position: fixed;
    left: 0;
    bottom: 8rem;
    width: 100%;
    z-index: 1;
}
