* {
    box-sizing: border-box;
}

body {
    background-color: #2f3e4f;
    background-image: url("images/tung.gif");
    background-size: auto;
    background-position: center;
    background-attachment: fixed;

    margin: 32px auto;
    width: 90%;
    max-width: 1000px;
}

.legend, .brainrot {
    background-color: #808ca8;
    width: 70%;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: #f0f1f2;
    font-family: monospace;
    padding: 8px;
    margin-bottom: 8px;
}

.legend img {
    width: 30%;
    max-width: 300px;
}

.brainrot img {
    display: block;
    width: 70%;
    max-width: 250px;
    margin: 0 auto;
}

.skeleton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f0f1f2;
    font-family: monospace;
    margin-bottom: 16px;
}

.skeleton img {
    display: block;
    width: 15%;
    max-width: 200px;
    margin: 0 auto;
}

.cards {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.card {
    background-color: #808ca8;
    color: white;
    padding: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 25%;
}

.hint {
    color: white;
    text-align: center;
    margin-bottom: 4096px;
}

.portal img {
    display: block;
    width: 10%;
    margin: 0 auto;
}