
/* Landing Page CSS */

body{
    background-image: url("https://media.istockphoto.com/photos/business-marketing-strategy-planning-concept-wooden-block-tic-tac-toe-picture-id915487006?k=6&m=915487006&s=612x612&w=0&h=5LjPsBAxOnpIZh7pO97T_FAu5Bt5sQHLW5E4B7uJpCA=");
    background-repeat:no-repeat;
    background-size: 1300px 700px;  
}

p{
    font-size: 20px;
}

h2, p, .startButton{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.landing{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 55px;
}

.startButton{
    display: block;
    margin-left: 250px;
    margin-right: 100px;
    font-size: 200%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.landImg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/* Game Page CSS */

.gamePage{
    font-size: 50px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

table {
    border-collapse: collapse;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

td {
    border: 8px solid gray;
    width: 120px;
    height: 120px;
}

.reset{
    display: block;
    margin-left: 135px;
    margin-right: auto;
    width: 20%;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

input {
    width:100%;
    height:80%;
    font: size 0px;
    border:px;
    background-color: gainsboro;
    color:#FFFFFF;
    transition: duration 0.2s;
}

.box {
    font-size: 50px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
}
