@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	/*counter-reset:points;*/
}

section.passatempo-primos{
	width:70%;
	padding:10px;
	margin:28px auto 28px auto;
	background-color:#2b7cb4;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	border-radius: 8px;
	box-shadow: 2px 2px 10px black;
	background-image:	url(../imagem-13-jogos-matematicos/013-003-01-fundo-logotipo-jogos-matematicos.png);
	background-repeat: repeat-y;
	background-position: 70px;
}

button.numeros{
	font-size:30px;
	width:60px;
	height:60px;
	margin:5px;
	/*padding:10px;*/
	/*border-radius: 8px;*/
	text-decoration:none;
	color: white;
  	background-color:white;
	transition: width 1s, height 1s, transform 1s;
}

/*button.primos:a {
  color: black;
  background-color:white;
  text-decoration:none;
}*/

/*button.primos:visited {
  color: white;
  background-color:green;
  text-decoration:none;
}*/

button.numeros:hover {
	width:120px;
	height:120px;
   color: white;
   background-color:blue;
   text-decoration:none;
  /*transition-duration: 0.4s;*/
	transform: rotate(360deg);
	
}

/*button.primos:active {
  color: white;
  background-color:green;
  text-decoration:none;
}*/

/*CONTADOR DE PONTOS*/

/*button.primos:active{
  counter-increment: points;
}*/

/*section.passatempo-primos:after{
	content: "Pontuação: " counter(points);
	position: absolute;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	display: block;
	width: 200px;
	height: 60px;
	margin: -80px 0px 0px 0px;
	background-color: #FF0;
	box-shadow: 2px 2px 10px black;
	
}*/

/*CONTADOR DE PONTOS*/
