/* index.html */

body {
  background-color: transparent;
  background-image: url("images/main/mainbg.jpg");
  background-size: cover;
  color: yellow;
  font-family: Lucida Console, ui-monospace, sans-serif;
  font-size: 1.4rem;
}

a:visited {
  color: red;
}

span a,
p span {
  background-color: rgba(0, 0, 0, 1);
  background-size: 1.3rem;
}

.centered {
  text-align: center;
}

.righted {
  text-align: right;
}

.nouguette-pic {
  display: block;
  margin: 20px auto;
  max-width: 500px;
  width: 100%;
  height: auto;
}

.p-bricks {
  font-size: 360%;
}

.sparkle-text {
  display: block;
  margin: 20px auto;
  width: 100%;
  height: auto;
}

.sparkle-text-small {
  display: block;
  margin: 10px auto;
  width: 50%;
  height: auto;
}

.sticker-border {
  border-style: dashed;
  border-width: 1px;
  border-color: red;
}

/* Last.fm Widget (cant use because free account) */

/* #lastfm-widget {
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  width: 320px;
}

#lastfm-widget img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

#track-info {
  line-height: 1.3;
}

#track-title {
  font-weight: bold;
}

#track-status {
  font-size: 0.8em;
  opacity: 0.7;
} */