body {
  background-color: black;
  color: white;
  font:
    1.2em Helvetica,
    Arial,
    sans-serif;
}

a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  &:hover {
    text-decoration: underline;
  }
}

h1 {
  font-weight: bold;
  font-size: larger;
}

h2 {
  font-weight: bold;
  font-size: large;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-block-start: 0.5em;
  margin-block-end: 0em;
}

body > div {
  width: 100%;
}

div#content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div#content > div {
  width: 100%;
}

div#top {
  width: 100%;
  background-image: url("/img/website-flames-960x960.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div#top a {
  color: #76d6f5;
}

div#cover {
  background-color: rgb(0 0 0 / 0.5);
  border: 5px solid black;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  max-width: fit-content;
}

div#left-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  min-width: 330px;
  max-width: 360px;
}

div#platforms {
  display: flex;
  justify-content: space-around;
  max-width: 330px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#platforms > div {
  padding-top: 5px;
  max-width: 49%;
}

div#rss {
  padding-top: 5px;
  padding-bottom: 5px;
}

div#rss img {
  height: 24px;
}

div#home-link {
  max-width: 279px; /* match div#rss width */
}

div#right-side {
  background-color: rgb(0 0 0 / 0.5);
  max-width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

div#header {
  display: flex;
  justify-content: space-between;
}

div#socials {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

div#socials img {
  max-width: 32px;
  &:hover {
    transform: scale(1.1);
  }
}

div#page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1#id {
  margin: 15px;
}

.post {
  background-color: rgb(255 255 255 / 0.2);
  margin-top: 10px;
  padding: 15px;
}

.post details {
  margin-top: 1em;
}

.post a {
  color: #368ba6;
}

.post > h1 > a {
  color: white;
}

.cljcaster-player-hidden {
  display: none;
}

@media screen and (min-width: 600px) {

  div#content > div {
    max-width: 960px;
  }

  div#top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  div#left-side {
    padding: 5px;
    max-width: 330px;
  }

  div#cover {
    margin-top: 0px;
  }

  div#right-side {
    background-color: rgb(0 0 0 / 0.2);
    margin-bottom: 10px;
    margin-right: 5px;
    padding-bottom: 0px;
    padding-right: 10px;
    min-height: 335px;
  }

  div#page-content {
    display: block;
  }

}
