body {
   background-color: #2c2c2c;
}
h1 {
	font: 70px Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: center;
}
.container {
    width: 10%;
}

/* resize images */
.container img {
    width: 200px;
    height: auto;
}
    
table {
width: 250px;
left: 230px;
top: 150px;
position: absolute;
text-align: left;
color: white;
} 
#square {
    width: 500px;
    height: 500px;
    left: 500px;
    top: 150px;
    position: absolute;
}
