html,
body {
  min-height: 100%;
}

body {
  background-image: url("chairs.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

header {
  text-align: center;
}

h1 {
  font-size: 4rem;
  color: aqua;
  background-color: #666666;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
}

h2 {
  margin-top: 1rem;
  background-color: #111111;
}

ul {
  color: yellow;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin-top: 2rem;
  flex-wrap: wrap;
  column-gap: 0.5rem;
}

a,
a:visited {
  background-color: yellow;
  font-weight: 900;
  padding: 0.5rem;
}

.nav {
  margin-bottom: 1rem;
}

.loops {
  text-align: center;
}

.index-link {
  color: yellow;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  padding: 0;
}

.rss-link {
  background-color: transparent !important;
}

.feed {
  font-size: 2rem;
}

.feed img {
  width: 200px;
}

.logo {
  display: inline-block;
  background-color: black;
  border: 2px solid white;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}

.logo-name {
  font-size: 2rem;
  font-family: cursive;
}

.logo-subtitle {
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
}

.logo-emph {
  text-transform: none;
  font-style: italic;
  padding: 0 0.25rem;
}
