@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-001-01-fundo-logotipo-jogos-matematicos.png);
	background-repeat: repeat-y;
	background-position: 70px;
	

}

button.primos{
	font-size:30px;
	width:60px;
	height:60px;
	margin:5px;
	/*padding:10px;*/
	border-radius: 8px;
	text-decoration:none;
	/*color: black;
  	background-color:white;*/
	
}

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

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

button.primos:hover {
   color: white;
   background-color:blue;
   text-decoration:none;
  transition-duration: 0.4s;
}

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

button.composto{
	font-size:30px;
	width:60px;
	height:60px;
	margin:5px;
	/*padding:10px;*/
	border-radius: 8px;
	text-decoration:none;
	/*color: black;
  	background-color:white;*/
	
}

button.composto:a {
  color: black;
  background-color:white;
  text-decoration:none;
}

button.composto:visited {
  color: white;
  background-color:red;
  text-decoration:none;
}

button.composto:hover {
   color: white;
   background-color:blue;
   text-decoration:none;
  transition-duration: 0.4s;
}

button.composto:active {
  color: white;
  background-color:red;
  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*/


/*AQUI COMEÇA COMANDO RESPONSIVO PARA 480PX*/

@media screen and (max-width:480px){

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



}




@media screen and (max-width:320px){

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



}