
body{
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
#GameArea{
    border:solid;
    width:500px;
    height:300px;
}

button{
    align-self: bottom;
    height:20px;
    width:100px;
}