.margens{
	border-style: hidden;
	border-color: red;
width: 700px;
height: 600px;
	
}
#container3{
	width: 450px;
	border-left: hotpink;
	height: 400px;
	margin:0 auto; 
	padding: 10px;        
	text-align: left; 	
	box-shadow: 0px 0px 10px rgba(255, 1, 1, 0.925);
}

#canvas{
	background-color: rgb(3, 245, 76);
	margin : 0px;
	padding: 0px;
	border: 8px double  brown;
}
#divMenu{
	float: left;
	text-align: center;
}
#divMenu{
	background-color: transparent;
}

}
#divMenu p{
	text-align: left;
}
p#restart{
	cursor: pointer;
	text-align: center;
	border: 1px solid;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

p#restart:hover{
	border: 1px solid rgb(200,0,0);
	box-shadow: 0px 0px 10px rgba(100,0,0,0.5);
	color: rgb(200,0,0);
}

section{    
position: absolute; 
left: 30%;
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
color: rgb(0, 255, 234);
animation-duration: 5s;
animation-name: cor-neon;
animation-iteration-count: infinite;
}
@keyframes cor-neon{
 0,100%{color: blue}
 25%{color: red}
 50%{color: aqua}
 75%{color: violet}
}
@keyframes brilho{
25%{text-shadow: 0px 0px 9px ;}
55%{text-shadow: 0px 0px 9px ;}
85%{text-shadow: 0px 0px 9px ;}
}






  .container{
	  border: 20px double  transparent;
	  height: 700px;
  }
  .stay{
	  border: 5px solid transparent;
	  height: 250px;
  }
  .stay2{
	border: 0px solid transparent;
	height: 250px;
}
.stay3{
	po
	border: 2px solid transparent;
	height: 50px;
}
.stay4{
	border: 2px solid transparent;
	height: 250px;
}
.img-thumbnail{
	width: 250px;
}
.quebra{
	border: 1px solid transparent;
	height: 60px;

}




