/* style sheet for HoL Game */

.container
{
height: 700px;
width: 500px;
background: #0CBABA;
border: 2px solid black;
border-radius: 20px;
padding:20px;
}

.invisible
{
width:0;
}

p
{
font-size: 45px;
}