*{
  font: Arial;
	margin:0;
	padding:0;
}

body{
  background-color: #093A72;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

div{
  border: 5px solid #093A72;
  border-radius: 5px;
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
}

input{
	background-color: #000;
	color: #0ABCC8;
	display: inline-block;
	font-size: 39px;
	height: 80px;
  margin-bottom: 18px;
  margin-top: 18px;
  text-align: right;
	width: 1000px;
}

button{
	background-color: #000;
	color: #0ABCC8;
	height: 40px;
  margin-bottom: 18px;
  margin-top: 18px;
	width: 200px;
}

button:hover{
 	background-color: #0ABCC8;
	color: #000;
}

.calcular{
  background-color: #0ABCC8;
	color: #000;
	height: 40px;
  margin-bottom: 18px;
  margin-top: 18px;
	width: 200px;
}

.calcular:hover{
	background-color: #000;
	color: #0ABCC8;
}