body
{
font-family: Verdana;
background-color: #000;
color: #fff;
text-align: center;
margin: 0;
overflow: hidden;
}

#status
{
margin-top: 10px;
}

#controls
{
position: absolute;
top: 280px;
width: 600px;
height: 150px;
display: none;
}

@media (hover: none) and (pointer: coarse)
{
#controls
{
display: block;
}
	
#menu_buttons div:hover
{
background: none!important;
}
}

#controls_left
{
position: absolute;
left: 0;
bottom: 0;
cursor: pointer;
width: 64px;
}

#controls_right
{
position: absolute;
right: 0;
bottom: 0;
cursor: pointer;
width: 64px;
}

#canvas
{
width: 600px;
height: 440px;
}

a
{
text-decoration: none;
color: #fff;
}

.container
{
position: absolute;
left: 50%;
margin-left: -300px;
}

#menu_buttons
{
position: absolute;
font-family: Monospace;
top: 1px;
left: 50%;
margin-left: -300px;
width: 600px;
font-size: 17px;
height: 17px;
line-height: 17px;
background: #242424;
}

#menu_buttons div
{
position: absolute;
cursor: default;
padding: 0px 8px 0px 8px;
background: #242424;
cursor: pointer;
}

#menu_buttons div:hover
{
background: #3c7fcf;
}

#help_button
{
left: 0px;
}

#restart_button
{
left: 250px;
}

#more_games_button
{
right: 0px;
}

#embed_button
{
right: 90px;
}

#help_window
{
position: absolute;
top: 120px;
left: 50px;
width: 500px;
border: 2px solid #ccc;
background-color: #ffffff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
border-radius: 4px;
overflow: hidden;
}

.title-bar
{
background: linear-gradient(to bottom, #0078d7, #005a9e);
color: #ffffff;
display: flex;
justify-content: space-between;
align-items: center;
padding: 4px 8px;
height: 30px;
}

.title-bar .menu
{
flex-grow: 1;
display: flex;
align-items: center;
}

.title-bar .menu span
{
margin-left: 8px;
font-size: 14px;
cursor: pointer;
}

.title-bar .menu span:hover
{
text-decoration: underline;
}

.close-button
{
color: #ffffff;
font-weight: bold;
font-size: 24px;
cursor: pointer;
padding: 0 8px;
margin-top: -2px;
}

.close-button:hover
{
background-color: #ff5c5c;
}

.content
{
padding: 10px;
font-size: 16px;
color: #333;
}
