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