@media only screen and (max-width: 600px) {
  .LOGO {
    font-size: 2.2em !important;
  }
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #141414;
  color: #ffffff;
  font-family: "Source Code Pro", monospace;
}

a {
  color: gold;
}

a:visited {
  color: darkorange;
}

.article {
  margin-inline: 2rem;
  margin-block: 0px;
  align-items: start;
}

.divvy {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}

hr {
  width: 100%;
}

.LOGO a {
  color: inherit;
}

.LOGO {
  font-weight: 900;
  font-size: 3.2em;
}

.LOGO-SM {
  font-weight: 900;
  font-size: 2.2em;
}

.LLINK {
  display: inline;
  align-items: center;
  gap: 0.2em;
  color: inherit;
  text-decoration: none;
  vertical-align: sub;
}

.LWRAP {
  height: 1em;
  width: auto;
  display: inline-block;
}

.BLOGS {
  font-size: 1em;
  color: #aaa;
}

.LOGO::first-letter {
  font-size: 1em;
  text-decoration: underline;
  color: #af6f2a;
}
