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

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

}

body{
	
}

section.passatempo-quadrilhix{
	width:99%;
	height:600px;
	margin:5px auto 5px auto;
	padding:5px;
	background-color:#2b7cb4;
	border-radius:5px;
	border: 0.5px solid rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px black;
	background-image:url(../imagem-13-jogos-matematicos/013-019-02-fundo-quadrado-magico-3x3-interativo.png);
}

h3.titulo-jogo-matematico{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	/*line-height:36px;*/
	color:yellow;
	
	/*margin:5px 0px 5px 0px;*/
	text-shadow:black 2px 2px;
	
	text-align:center;
}

form.quadrado-magico{
	width:390px;
	height:420px;
	background-color:#999;
	margin:10px auto 10px auto;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	box-sizing:border-box;
	border-radius:5px;
	box-shadow: 3px 3px 6px black;
	/*background:url(../imagem-13-jogos-matematicos/013-019-02-fundo-quadrado-magico-3x3-interativo.png);*/
	/*background-repeat: repeat-y;*/
/*	background-position: 50%;*/
	
}

input{
	width:65px;
	height:65px;
	margin: 5px;
	border: 1px solid black;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bolder;
	font-size:20px;
	text-align:center;
	font-heigth: 50px;
	padding:0;
	box-shadow: 2px 2px 4px black;
}

.b1, .b2, .b3, .b4, .b5{
	/*background-color: yellow;*/
	color:white;
}

.b6, .b7, .b8, .b9, .b10{
	/*background-color: yellow;*/
	color:white;
}

.b11, .b12, .b13, .b14, .b15{
	/*background-color: yellow;*/
	color:white;
}

.b16, .b17, .b18, .b19, .b20{
	/*background-color: yellow;*/
	color:white;
}

.b21, .b22, .b23, .b24, .b25{
	/*background-color: yellow;*/
	color:white;
}

div#janela-rolagem-numerok{
	height:auto;
	overflow:auto;
	border:2px solid yellow;
	
}

