/* Colors */

:root {
    --secondary: #f9a911;
    --teriary: #efee00;
}

/* Styles */

:root {
    font-family: "Gully", sans-serif;
}

html {
    background-image: linear-gradient(to left, #f7f, #f77, #fc7, #ff7, #7f7, #7cf, #77f, #c7f, #f7f);
    background-size: 50%;
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: "Willow", sans-serif;
    font-weight: lighter;
}

:any-link {
    background: linear-gradient(
        90deg,
        rgb(255, 150, 150) 0%,
        rgb(255, 194, 102) 10%,
        rgb(244, 255, 107) 20%,
        rgb(176, 253, 173) 30%,
        rgb(155, 255, 254) 40%,
        rgb(192, 246, 255) 50%,
        rgb(96, 172, 255) 60%,
        rgb(138, 79, 255) 70%,
        rgb(217, 110, 255) 80%,
        rgb(255, 126, 237) 90%,
        rgb(255, 145, 145) 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

th,
td {
    text-align: center;
}

#ThemeList {
    padding: 0;
    margin: 0;
}

#ThemeList li {
    width: fit-content;
    display: inline-block;
    list-style: none;

}
