.Calculadora{
	display: block;
	margin: 0 auto;
	padding: 20px;
	background-color: #072D56;
	width: 350px;
	height: 500px;
	border-radius: 25px;
	margin-top: 20px;
}
.Calculadora td button{
	display: block;
	width: 70px;
	height: 70px;
	font-size: 25px;
}
#Resultado{
	display: block;
	text-align: center;
	font-size: 40px;
	margin-bottom: 50px;
	width: 300px;
	height: 100px;
	line-height: 100px;
	background-color: #fff;
	border-radius: 25px;
	overflow-y: scroll;
}
#Titulo{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}