html {
    background-color: #80DAEB;
}

#container, #game {
    font-size: medium;
    /*width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
}

#game {
    background-color: lightgreen;
    border-radius: 15px;
    border: 4px solid black;
}

#title {
    position: relative;
    text-align: center;
    margin-bottom: 2px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    text-align: center; 
}

#instruct {
    text-align: center; 
    /*position: relative;
    padding: 4px 0 4px 0;*/
}


.rightMenu {
    position: absolute;
    right: 0px;
    top: 0px;
}

#title .rightMenu {
    top: 4px;
}

#about {
    position: absolute;
    right: 0px;
    z-index: 2;
    background-color: white; 
    border: thin solid darkgray;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    -moz-box-shadow: 5px -5px 5px #888;
    -webkit-box-shadow: 5px -5px 5px #888;
    box-shadow: 5px -5px 5px #888;    
    padding: 10px;
    /*width: 500px;*/
    text-align: left;
}

h1 {  
    margin-top: 32px;
    font-size: 36px;
}

a {
    text-decoration: none;
    font-style: italic;
}