/*Styling for the home page*/
img.gameLogo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    height: 381px;
    position: relative;
    filter: drop-shadow(5px 5px 5px #222);
}
p.introSentence{
    font-family: nsmbu;
    text-align: center;
    font-size: 24px;
    text-shadow: 5px 8px #00000032;
}
div.containerGame{
    background-image: url('../img/backgroundCheckersDarkAnim.gif');
    background-attachment: fixed; /*fixes the lighter squares becoming dark squares when reaching the box*/
    background-size: 40px; /*resize by 2.5x*/
    box-shadow: inset 0 5px 30px #000;
    height: 235px;
}
div.containerGameContent{
    font-family: nsmbu;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
h1.gameContentTitle{
    font-family: 'Segoe UI';
    font-size: 60px;
    text-align: center;
    color: gainsboro;
    text-shadow: 6px 3px #00000066;
}
ul.gameContentFeatures{
    font-family: seurat-pro;
    text-align: left;
    list-style-type: none;
    position: relative;
    top: -40px;
}
li{
    background-image: url('../img/starman.png');
    background-repeat: no-repeat;
    height: 32px;
    position: relative;
    left: 725px;
    margin: auto;
    text-indent: 40px;
    color: rgb(255, 255, 255);
}