html,
body {
  margin: 0;
}

body {
  background: linear-gradient(145deg, rgb(133, 0, 153) 0%, rgb(57, 0, 153) 100%);
  min-height: 100vh;
  font-size: 1.5rem;
}

main {
  color: #fff6d5;
  font-family: sans-serif;
  text-align: center;
  padding-bottom: 80px;
}

.logo {
  height: 20em;
}

.burger {
  background-color: transparent;
  border: none;
}

h1.navbar-item {
  font-size: 32px;
  align-self: flex-start;
  padding-left: 30px;
}

.navbar-start .navbar-item {
  background-color: #fff6d5;
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-item:hover {
  filter: invert(100%);
}

.navbar-menu {
  justify-items: center;
}

.navbar a,
.link-container a,
.pagination-item a {
  text-decoration: none;
  color: #432054;
}

.out-of-order {
  filter: invert(100%);
}

.navbar {
  font-family: "Cute Font";
  display: flex;
  align-items: baseline;
  gap: 30px;
  filter: drop-shadow(5px 5px 0 hsl(280, 55%, 61%)) drop-shadow(5px 5px 0 hsl(300, 55%, 61%));
}

.navbar-icon img {
  width: 32px;
  margin-left: 15px;
}

@media only screen and (min-width: 872px) {
  .footer {
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    width: 100vw;
    user-select: none;
    height: auto;
    position: fixed;
  }
}
@media only screen and (max-width: 871px) {
  .footer {
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    width: 100vw;
    user-select: none;
    height: auto;
    position: inherit;
  }
}
.post-details {
  gap: 0px;
  display: inline-block;
}

.post-details h3 {
  font-size: 0.7rem;
  font-weight: lighter;
  font-style: italic;
}

.footer .content {
  filter: drop-shadow(0px 0px 6px #000000);
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 8px;
  gap: 10px;
}

.badge {
  filter: drop-shadow(5px 5px 0px #000000);
  image-rendering: pixelated;
}

.badge:hover {
  filter: brightness(120%) drop-shadow(5px 5px 0px hsl(0, 0%, 30%));
  transform: scale(1.1) skew(-10deg, 10deg);
}

.container .posts-list {
  padding-bottom: 100px;
}

.link-list {
  font-family: "Cute Font";
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
  filter: drop-shadow(5px 5px 0 hsl(280, 55%, 61%)) drop-shadow(5px 5px 0 hsl(300, 55%, 61%));
}

.pagination-list {
  list-style: none;
  font-family: "Cute Font";
  display: inline-flex;
  flex-direction: row;
  gap: 30px;
  filter: drop-shadow(5px 5px 0 hsl(280, 55%, 61%)) drop-shadow(5px 5px 0 hsl(300, 55%, 61%));
}

.link-container {
  background-color: #fff6d5;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
}

.link-container:hover {
  filter: invert(100%);
}

.home-body {
  display: flex;
  columns: 2;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: space-evenly;
}

.home-column {
  margin-left: 5%;
  margin-right: 5%;
}

.post-container {
  display: flex;
  flex-direction: column;
  text-wrap: wrap;
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
  justify-content: center;
}

.post-body {
  background-color: #fff6d5;
  font-family: "Cute Font";
  filter: drop-shadow(5px 5px 0 hsl(280, 55%, 61%)) drop-shadow(5px 5px 0 hsl(300, 55%, 61%));
  color: #432054;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100vw;
}

.pagination-list {
  display: flex;
  justify-content: left;
  flex-direction: row;
  gap: 15px;
}

.pagination-list .pagination-item {
  background-color: #fff6d5;
  padding-left: 3px;
  padding-right: 3px;
}

.pagination-item:hover {
  filter: invert(100%);
}

.scratchpad-tile {
  width: 10px;
  height: 10px;
  background: #fff6d5;
}

.scratchpad-active-tile {
  filter: invert(100%);
}

.scratchpad-grid {
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  grid-template-rows: repeat(32, 1fr);
  filter: drop-shadow(5px 5px 0 hsl(280, 55%, 61%)) drop-shadow(5px 5px 0 hsl(300, 55%, 61%));
}
