#nome{
	text-align:center;
	color:black;
	text-shadow: 1px 1px 7px blue;
	text-decoration:underline;
}
#dec{
	color:black;
	text-shadow: 1px 1px 2px red;
	font-size:25px;
}
	button{
	border:0px;
	/*background:url(https://i.imgur.com/Yk9jb08.jpg);*/
	width:100%;
	text-shadow:0 0 3px green;
	font-size:15px;
	color:green;
	border-radius:220px;
	background: red;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b2026), to(#122633));
}

body{
      	overflow:hidden;
      }