body {
  background-color: var(--can-blue);
  overflow-x: hidden;
}

#main {
  position: relative;
}

.homepage-link {
  user-select: none;
}

.logo {
  margin-bottom: 60px;
  max-width: 300px;
  z-index: 4;
}

.tv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
}

.tv-wrapper {
  position: relative;
  width: 500px;
  z-index: 2;
}

.tv-frame {
  width: 328px;
  z-index: 4;
  pointer-events: none;
}

.tv-frame,
.youtube-embed {
  position: absolute;
  top: 50px;
  left: 44px;
}

.youtube-embed {
  position: absolute;
  width: 328px;
  margin-bottom: 16px;
  padding-bottom: 53%;
  border-radius: 8px;
  overflow: hidden;
  z-index: 3;
}

.youtube-embed-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer--qr {
  position: relative;
  border-bottom: 0;
  background-color: transparent;
  z-index: 1;
}

.footer--qr .footer-text {
  color: var(--text-white);
}
