#user_interaction
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000cc;
    z-index: 4;
}

#title_page_container
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 3;
}

#container
{
    position: relative;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 3vmin;
    max-width: 1000px;
    min-width: 178px;
    text-align: center;
}

#covid_title_image
{
    width: 90%;
    left: 50%;
    top: 0px;
	image-rendering: pixelated;
    background-color: black;   
}

#game_a_start, #game_b_start{ color: #ffc512; cursor: pointer;}

#copyright
{
    position: absolute;
    color: #FFFFFF;
    bottom: 10px;
    width: 100%;
}


#player_gif
{
    position: absolute;
    width: 18vmin;
    height: auto;
    bottom: 7vmin;
    background-color: #ffffff00;
    left: 50%;
    transform: translatex(-50%);    
}

#covid_gif
{
    background-color: #ffffff00;    
    width: 10vmin;
    height: auto;
}
