body {
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Verdana","Arial", sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.05em;
    background-color: #000000;
}

#site-container {
    width: 90%;
    max-width: 960px;
    min-width: 800px;
    display: flex;
    margin-inline: auto;
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

#header{
    display: block;
    text-align: center;
}

#boxgrid {
    display: block;
}

.chest{
    width: 100px;
}

a {
    text-decoration: none;
}

#thegame {
    width: 100%;
    text-align: center;
}