body {
  height: 100vh;
  overflow: hidden;
}

span, time {
  color: white;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

main {
  position: relative;
  flex: 0 0 60%;
  padding: 20px 40px 20px 20px;
  overflow-y: auto;
}

aside {
  flex: 1;
  margin-left: auto;
}

article {
  display: inline;
}

.feed {
  position: absolute;
  top: 20px;
  right: 40px;
}

.feed:hover {
  filter: brightness(2);
}

.punk-webring {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}

.punk-webring a {
  margin: 0 8px;
}

@media (max-width: 768px) {
  body {
    flex-direction: column;
    height: auto;
    overflow: auto;
  }

  aside {
    flex: unset;
    height: 400px;
    margin-left: 0;
  }

  .title {
    font-size: 0.7rem;
  }
}