body {
    background: rgb(238,174,202);
    background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}

h1, label {
    color: aliceblue;
}

.center {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}

.special-card {
    background: rgb(238,174,202);
    background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);

    opacity: 0.8;
    color: black;
}

.baseColor {
    background: rgb(238,174,202);
    background: linear-gradient(90deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}

.nonExtinctionColor {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.extinctionColor {
    background: rgb(34,193,195);
    background: linear-gradient(77deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}