* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	font-size: 62.5%;
}


.container {
	padding-top: 30px;
}

.container h1 {
	margin-bottom: 20px;
	color : lightskyblue;
	text-align: center;
}

.container input,.container .btn  {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.container #result {
	font-size: 2rem;
}


.container .pixa a {
}


.container .pixa {
	font-size: 1.2rem;
	text-align: right;
	font-style: italic;
	text-decoration: none !important;
	color : #28487a !important;
}

.box {
	width : 33%;
	float : left;
	padding: 5px;
	height : 370px;
}

.box img {
	width : 100%;
	min-height : 70%;
}

.box .link {
	background: lightskyblue;
	padding : 5px 15px;
	color : white;
	width : 100%;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
}
