@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');

@keyframes glow {
   to {
        text-shadow: 0 0 6px #063474, 0 0 10px #063474, 0 0 14px #063474, 0 0 18px #063474;
    }
}

.c2683 > * { /* Bisayawa - yes, I copy-pasted because it's my first Clan edit - Hail */ 
        font-family: "Pirata One", system-ui;
        animation: glow 2s infinite alternate;
	color: #7185b7! important;
        text-shadow: 0 0 6px #6f6e92;
        font-size: 1.5em;
}

.c2683 > a {
    font-size: 1em;
}

body[data-clan]
{
	background-image: url(https://i.imgur.com/T5qWpHK.jpeg) !important;
background-position: top 50px left;
}