body{
    background-color: #582677;
    
}

#header{
	top: 10;
	left: 70;
	border: 0;
	width: 1170;
	height: 200;
	position: relative;

}

#meio{
	position: relative;
	margin-top: 200;

}

#menu{
    position: relative;
    width: 1174;
	left: 80;
	height: 100;
	background-color: #2B0439;
	margin-top: 200;

}


.myButton {
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #d114cb 5%, #c61fcf 100%);
	background-color:#d114cb;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
    
}
.myButton:hover {
	background:linear-gradient(to bottom, #c61fcf 5%, #d114cb 100%);
	background-color:#c61fcf;
}
.myButton:active {
	position:relative;
	top:1px;
}

#botoes{
	padding-top: 20;
}

#letra{
	padding-left: 547;
}