﻿body
{
    background-color: #ecf0f1;
}

h1{
    margin: 10px;
	font-family: arial;
    color: #2c3e50;
}

h2{
	font-family: arial;
    color: #2c3e50;
}

.header	{
    height: 250px;
    width: 500px;
}

.body{
    width: 800px;
    overflow: hidden;
}

.BlockGame	{
    margin: 10px;
    width: 200px;
    height: 200px;
    float:left;
    background-color: #1abc9c;
    border: 3px  solid #2c3e50;
    text-align: center;
}

.CarGame	{
    margin: 10px;
    width: 200px;
    height: 200px;
    float:left;
    background-color: #1abc9c;
    border: 3px  solid #2c3e50;
    text-align: center;
}


.TicTacToe	{
    margin: 10px;
    width: 200px;
    height: 200px;
    float:left;
    background-color: #1abc9c;
    border: 3px  solid #2c3e50;
    text-align: center;
}