time {
  display: block;
  text-align: center;
  margin: -10px;
}

main {
  display: flex;
  flex-flow: column nowrap;
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
  background-color: #011c66b6;
}

main p {
  margin: 20px auto;
  padding: 20px;
  text-align: left;
  line-height: 1.5;
  border: 1px solid white;
  background-color: #ffffff1a;
}

input[type="radio"] {
  display: none;
}

.tab-label {
  font-size: small;
  cursor: pointer;
  padding: 8px;
  margin: 8px auto;
  background-color: #ffffff33;
  color: white;
  border: 1px solid white;
  display: inline-block;
  box-shadow: 0px 2px 0px white;
}

.wip {
  opacity: 30%;
}

.tab-content {
  display: none;
  margin-top: 10px;
  margin: 0 auto;
  justify-content: center;
}

#adventure-time:checked ~ .adventure-time,
#jacksepticeye:checked ~ .jacksepticeye,
#arknights:checked ~ .arknights,
#genshin-impact:checked ~ .genshin-impact {
  display: block;
  display: flex;
  flex-flow: row wrap;
}

.thumbnail {
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
}

article {
  background-color: #ffffff33;
  border: 1px solid white;
  margin-top: 20px;
  margin-right: 8px;
  max-width: 300px;
  max-height: 300px;
  overflow-y: scroll;
  color: white;
  overflow-x: hidden;
}

article img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
