/* ESTILIZAÇÃO PLATAFORMAS */

.game .ps1 {
    background-color: #C2C2C2;
    color: black;

    border: 2px solid black;
}

.game .ps2 {
    background-color: lightblue;
    color: black;

    border: 2px solid black;
}

.game .ps3 {
    background-color: black;
    color: #469DEA;

    border: 2px solid #469DEA;
}

.game .ps4 {
    background-color: #001DD1;
    color: white;

    border: 2px solid black;
}

.game .ps5 {
    background-color: white;
    color: black;

    border: 2px solid black;
}

.game .msx {
    background-color: black;
    color: white;
    font-weight: lighter;

    border: 2px solid lightgray;
}

.game .pc {
    background-color: black;
    color: white;

    border: 2px solid lightgray;
}

.game .nes {
    background-color: lightgray;
    color: red;

    border: 2px solid black;
}

.game .snes {
    background-color: #E9E5E5;
    color: #6407C1;

    border: 2px solid #6407C1;
}

.game .n64 {
    background-color: #322F2F;
    color: #ED5F5F;

    border: 2px solid #ED5F5F;
}

.game .gba {
    background-color: #836486;
    color: black;

    border: 2px solid black;
}

.game .gc {
    background-color: #5B2AA3;
    color: lightgray;

    border: 2px solid lightgray;
}

.game .nds {
    background-color: white;
    color: black;

    border: 2px solid #8A8989;
}

.game .wii {
    background-color: white;
    color: #7A7A7A;

    border: 2px solid #7A7A7A;
}

.game .n3ds {
    background-color: white;
    color: red;

    border: 2px solid red;
}

.game .wiiU {
    background-color: #38B7DF;
    color: white;

    border: 2px solid lightgray;
}

.game .switch {
    background-color: red;
    color: white;

    border: 2px solid lightgray;
}

.game .xbox360 {
    background-color: #0bbd0b;
    color: white;
    border: 2px solid black;
}

.game .arcade {
    background-color: rgb(214, 58, 84);
    color: white;
    border: 2px solid palevioletred;
}

.game .tg16 {
    background-color: rgb(22, 21, 21);
    color: white;
    border: 2px solid rgb(34, 33, 33);
}