body
{
    background-color: rgb(16, 2, 0);
}

p 
{
    font-size: 1.25rem;
    text-align: center;
    color:yellow;
}

a
{
    font-size: 1.25rem;
    color:white;
}

.big-text
{
    font-size: 2.0rem;
    text-align: center;
    color: yellow;
    margin-bottom: 0;
}
.bigger-text
{
    font-size: 4.0rem;
    text-align: center;
    color: yellow;
    margin-bottom: 0;
}

.center-text
{
    text-align: center;
}

.center-image {
  display: block;
  height: auto; 
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#game-screen
{
    text-align: center;    
}
canvas 
{
    background-color: black;
    border: 4px solid yellow;
}