#store-buttons a, #store-buttons a:hover
{
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    min-width: 60px;
    height: 38px;
    background-color: black;
    box-sizing: border-box;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    
    /*background-color: black;
    margin: 5px auto;*/
    background-color: black !important; 
}

#store-buttons a:hover
{
    /*height: 48px;
    margin: 0 auto;*/
    background-color: #222 !important;
}

.apple-arcade
{
    background-image: url('./apple-arcade.svg'), none;
    background-size: 100px 41px;
    width: 100px;
}

.app-store
{
    background-image: url('./app-store.svg'), none;
    background-size: 128px 38px;
    width: 128px;
}

.google-play
{
    background-image: url('./google-play.svg'), none;
    background-size: 128px 38px;
    width: 128px;
}

.itch-io
{
    background-image: url('./itch-io.svg'), none;
    background-size: 100px auto;
    width: 110px;
}

.steam
{
    background-color: black !important;
    background-image: url('./steam.svg'), none;
    background-size: 100px auto;
    width: 110px;
}

.steam:hover
{
    background-color: darkgray !important;
}

.egs
{
    background-image: url('./epic-games.png'), none;
    background-size: 36px 36px;
}

.switch
{
    background-image: url('./nintendo-switch.svg'), none;
    background-size: 120px auto;
    width: 120px;
}

.playstation
{
    background-image: url('./playstation.svg'), none;
    background-size: 174px auto;
    width: 174px;
}
