section.intro article .title > h2,
section.artist .title > h2 {
   text-transform: uppercase;
   text-decoration: underline;
}

article > label {
   text-transform: uppercase;
   color: var(--hover-color);
}

article:lang(tc) > label {
   font-weight: 600;
}

div.preload {
   display: none;
}

section.artist .photo > .display,
section.artist .avatar > .display {
   display: block;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

section.intro article > label {
   color: unset;
   font-weight: bold;
   text-decoration: underline;
}