body {
    background: url('../asset/wood.jpg') repeat 0 0;
    margin: auto 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.title-group{
    margin:20px auto;
    font-size: 32px;
    font-family: 'Montserrat';
    color: #A08259;
}
.main{
    width: 707px;
    height:600px;
    margin:0 auto;
    background-color: #fff1dc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #ccab7d;
}
.game{
    width: 674px;
    height: 525px;
    margin: 36px 61px;
}

.board{
    height: 100%;
    width: 350px;
    border: 1px solid #f0d7b4;
    float: left;
}

.column{
    width: 200px;
    height: 100px;
    float: left;
    margin-left: 37px;
}
.next{
    border: 1px solid #f0d7b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 108px;
}

.info{
    border: 1px solid #f0d7b4;
    margin-top: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    color: #A08259;
    font-size: 22px;
}

.info .score, .info .lines{
    margin: 16px 10px 0px 10px;
}
.info i{
    margin-right: 5px;
}
.info span{
    color: #fdbf7f;
}
.buttons{
    margin-top: 40px;
}

#board-canvas, #game-canvas{
    position: absolute;
}
button{
    font-family: 'Montserrat';
    background-color: #f0d6b9;
    font-size: 23px;
    color: #fff;
    text-align: center;
    width: 200px;
    height: 42px;
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}
button:hover{
    color: #fff0e0;
}
.pause-message{
    position: absolute;
    font-size: 54px;
    font-family: 'Montserrat';
    color: #aa844e;
    margin-top: 207px;
    margin-left: 93px;
    display: none;
}
.contact{
    margin-top: 10px;
    color: #A08259;
}

.contact a{
    color: #A08259;
}
.contact a:hover{
    color: #c1a680;
}