*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


body {
	background: #DDD0D0;
	margin-top: 60px;
}

h1 {
	font-family: Roboto;
	display: block;
}

h2 {
	display: flex;
	justify-content: center;
	font-family: Roboto;
	text-decoration-color: #fff;
}

p {
	font-family: Roboto;
	tab-size: 11px;
}


.container {
	display: flex;
	justify-content: center;
}

.card {
	background: #DDD0D0;
	width: 370px;
	height: 400px;
	margin: 30px;
}

.card-image {
	background-color: aqua;
	height: 400px;
	margin-bottom: 15px;
	background-size: cover;
	border-radius: 15px;
	
}

.car-1 {
	background-image: url("img/cassinotown1.jpg");
}


.car-2 {
	background-image: url("img/cassinotown3.jpg");
	
		
}

.car-3 {
	background-image: url("img/anfiteatro-comune-di-cassino.jpg");
}

	