
body {
	background: rgb(150, 150, 150); 
	text-align: center;
}

.titulo {
	background: rgb(50, 50, 50);
	color: rgb(220, 220, 220);
	width: 80%;
	margin: auto;
}

h3 {
	padding: 10px;
}

.crop-img {
   	width: 15%;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: 5%;
    border: solid;
}

.large-img {
	max-width:100%;
	margin-top: 10px;
	border: solid;
}

button {
	margin-top: 20px;
	margin-bottom: 20px;
	background: rgb(50, 50, 50);
	color: rgb(220, 220, 220);
	font-family: 'Monaco';
}