body {
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: black;
    color: yellow;
}

img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(00, 00, 00, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(00, 00, 00, 0.4);
    border-radius: 24px;
    background-color: white;
}

div{
    -webkit-box-shadow: 0px 2px 4px 0px rgba(00, 00, 00, 0.4);
    box-shadow: 0px 2px 4px 0px rgba(00, 00, 00, 0.4);
    border-radius: 24px;
    border-color: yellow;
    border: solid;
    padding: 16px;
    position: relative;
}

.thumbnail {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    border: solid;
}
.icon{
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    border: solid;
}

.grid_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    border: unset;
    grid-gap: 16px;
}
.newLink{
    position: absolute ;
    top:16px;
    right: 16px;
    color: yellow;
}
table{
    width: 100%;
}
th {
    background-color: black;
    color: yellow;
    padding: 8px;
    border-color: yellow;
    border: solid;
    font-size: 1.5em;
}

td {
    background-color: yellow;
    color: black;
    padding: 8px;
    font-weight: bold;
    text-align: left;
}
.rightAlign{
    text-align: right;
}
.centerAlign{
    text-align: center;
}
button {
    background-color: black;
    color: orange;
    border-radius: 24px;
    font-size: 1.2em;
    padding: 4px;
}
#total_KiKKo{
    font-size: 2em;
}
#total_KI{
    font-size: 2em;
}
#total_KKO{
    font-size: 2em;
}