body {
    padding: 12.0px;

    background: linear-gradient(
        to bottom, rgb(26, 26, 26) 0%, rgb(32, 32, 32) 64%
    );
    background-attachment: fixed;

    font-family: 'gilroy';

    color: rgb(232, 232, 232);
    text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.16);
}

th, td {
    padding: 12px;

    backdrop-filter: blur(12px);

    box-shadow: 0 12px 12px rgba(255, 255, 255, 0.016);

    border-radius: 8px;
}

th {
    box-shadow: inset 0 8px 12px rgba(255, 255, 255, 0.032);

    text-transform: capitalize;
}

tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.016);
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 8px;

    background: linear-gradient(
        to bottom, rgba(255, 255, 255, 0.016) 0%, rgba(32, 32, 32, 0.64) 64%
    );
    backdrop-filter: blur(12px); 

    border-radius: 8px;
    box-shadow: 0 12px 12px rgba(255, 255, 255, 0.008);
}

.header_item  {
    margin: 2.32px;

    font-family: 'symbols';
    font-size: 2.32em;
    font-weight: 100;
}

#button_switch_theme:after {
    content: "2";
}