body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: black;
}

img {
	width: auto;
	height: 120px;
}

button {
	font-family: hellvetica;
	border-radius: 10px;
	border: 1px solid whitesmoke;
	background-color: whitesmoke;
}

button:hover {
	border-radius: 10px;
	border: 1px solid gray;
	background-color: ghostwhite;
}

.display {
	height: 90%;
	width: 90%;
	background-color: darkgray;
	background-repeat: none;
	background-position: center;
	background-size: 550px;
	border-radius: 10px;
}

.icones {
	width: 90px;
	height: 90px;
	border-radius: 100px;
	background-image: url("../img/tela.jpg");
	background-size: 10px;
	overflow: hidden;
	display: inline-block;
}