body{
    font-family: sans-serif;
    text-align: center;
    background-color: #121212;
    color: #ffffff;
}

#game-board{
    background-color: #121212;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}

#big-text, #go-big-text{
    font-size: large;
    text-align: center;
}

#score{
    text-align: right;
}

h1{
    text-align: center;
}

.nav{
    text-align: right;
}

a{
    color: white;
}

p{
    text-align: left;
}

.container{
    width: 80%;
    margin: 0px auto;
}