@charset "UFF-8";
@font-face {
	font-family: 'fonte1';
	src: url("image/DancingScript-Regular.otf");
}
		body{
			/* background-image: url(fundo.jpg);
			background-attachment: fixed;*/
			background-position: top;
			background-position: center;
			background-color: #ED3237;
			color: rgba(0,0,0,0.7);
			font-family: "Century Gothic", "calibri", "arial";
			font-size: 16px;
		}

		div#interface{
			width: 900px;
			background-color: white;
			margin: auto;
			margin-bottom: 200px;
			margin-top: -20px;
			box-shadow: 0px 0px 90px rgba(0,0,0,.6);
			padding: 10px;
			border-radius: 0px 0px 30px 30px;
		}
			
		img{
			transition:1s;
		}
		
		img#maquina{
			height:180px;
			margin-left:20px;
			margin-right:20px;
		}
		
		img#maquina:hover{
			-webkit-filter: sepia(100%);
			-moz-filter: sepia(100%);
			-ms-filter: sepia(100%);
			-o-filter: sepia(100%);filter: sepia(100%);
			transition:1s;
			height:220px;
		}
		
		h1{

			text-align:center;
			font-size:80px;
			color:blue;
		}
		h2{
			text-align:center;
			font-size:40px;
		}
		
		h4{
			text-align:LEFT;
			font-size:27px;
			color:BLACK;
			margin-left:50px;
		}
		
		h3{
			
			text-align:center;
			font-size:30px;
			color:red;

		}
		p{
			
			text-align:center;
		}
		
		a{
			display: inline-table;
			text-decoration:none;
			margin:auto;
		}
		
		a{
			width: 200px;
			background-color:#09F;
			padding: 10px;
			text-align: center;			
			transition: background-color 1s;
			font-size: 14px;
			font-weight: bold;
			color: #FFF;
			margin-top: 8px;
			margin: auto;
			text-align:center;
			border-radius:5px;
			
		 }
		
		a:hover{
			background-color:darkblue;
			color:#FFF;
		}
		 