﻿* {
    margin: 0;
    padding: 0;
}


#head {
	font-size: xx-large;
	font-family: Kristen ITC;
	color: #0066CC;
	font-weight: normal;
	text-align: center;
    margin: 20px;
}

h1#result {
    font-size: 30px;
    font-family: Kristen ITC;
    color: Teal;
    text-align: center;
    margin-bottom: 30px;
}

canvas {
    border: 1px solid deepskyblue;
    background-color: white;
    text-align: center;
}

#game {
    position: relative;
    width: 720px;
    height: 400px;
    margin: 0 auto;
}

#velha {
    position: relative;
    margin: 0 auto;
    height: 350px;
    width: 350px;
    display: inline-block;
    float: left;
    margin-bottom: 2px;
}

#izi {
	position: relative;
	width: 350px;
	height: 350px;
	text-align: left;
	display: inline-block;
	float: right;
	margin-bottom: 2px;
}

p {
    font-size: 12px;
    margin: 0px;
    color: teal;
}

h2 {
    font-size: 35px;
    color: teal;
}
.izi {
	text-align: left;
	margin-right: 5px;
	float: left;
	font-family: "Kristen ITC";
	font-size: medium;
}

button {
    margin-top: 40px;
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: SteelBlue;
    color: white;
    font-family: kristen ITC;
    border: 2px solid black;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: 52px;
}

canvas:hover {
    background-color: Lightblue;
}

button:hover {
    background: Teal;
}