*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #ccf5f5;
}

#game{
    text-align: center;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
}

#title{
    background-image: url(penguintitle.png);
	background-size: 500px 100px;
	background-repeat: no-repeat;
    width: 600px;
    height:100px;
    //text-align: center;
    margin: auto;
}