/*
File: mineSweeperStyles.css
Site: TNT
Date: 11/22/19
Author: K. Dance
Comments:

*/

body {
    background-color: black;
}

h2 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

#gameCvs {
/*    width: 100%;*/
    margin-left:auto;
    margin-right:auto;
}

div#mineField{
/*    width: 90%;*/
/*    margin-left:auto;*/
/*    margin-right: auto;*/
/*    background-color: black;*/
}