header {
    background-image: url(../static/header-fursona.webp);
}

#palette-874E2C {
    background-color: #874E2C;
}

#palette-A87252 {
    background-color: #A87252;
}

#palette-C89170 {
    background-color: #C89170;
}

#palette-E7B495 {
    background-color: #E7B495;
}

#palette-FCCFB4 {
    background-color: #FCCFB4;
}

#palette-F6E3D9 {
    background-color: #F6E3D9;
}

.chip-palette {
    cursor: pointer;
    color: white;
    text-shadow:
      -1px -1px 0 black,
       1px -1px 0 black,
      -1px  1px 0 black,
       1px  1px 0 black;
}

#copied-alert {
    position: fixed;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: inline-block;
    background-color: #e2ff9f;
    color: #6b9211;
    padding: 12px 30px;
    border-radius: 25px;
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1rem;
    font-size: 18px;
    transition-duration: 0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transform: 0.5s;
    opacity: 0;
}