.sitesubtitle {
  color: white;
  font-weight: bold;
  font-style: italic;
}

#twitch-embed iframe { width:80%; height: 30% }

.box {
  background: rgb(255,22,116);
  background: linear-gradient(180deg, rgba(255,22,116,1) 0%, rgba(255,122,2,1) 88%);
  border-radius: 10px; /* rounded corners */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* subtle glass effect */
  padding: 20px; /* add some padding */
  padding-top: 5px;
  color: #ffffff; /* dark grey text */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* different font */
}
.box .keychainify-checked {
  font-size: 1.5em;
  font-weight: bold;
  padding: 2px;
}
