body, html {
	text-align:center;
}
.page a:link,
.page a:visited {
	color: #F0353A;
}
.page a:hover {
	color: #8C0B0E;
}

.images1 img{
	height: 200px;
	width: auto;
	display:inline-block;
	cursor: pointer;
	transition:all .2s ease-out;
	border-radius: 20px;
	-webkit-backface-visibility: hidden;
}

@media (max-width: 600px){
	.images img{width: 100%;}
}

.images1 a{
	color: #fff0;
	text-decoration: none;
}


.button {
	text-decoration: none;
	color: #F0353A;
	border: 2px solid #F0353A;
	padding: 6px 10px;
	display: inline-block;
	font-size: 18px;
}
.button:hover {
	background:#F0353A;
	color:#fff;
}

.images1 {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

h1 {
	margin:60px 0;
	font-weight:normal;
	font-size:50px;
}
h2 {
	letter-spacing:.4em;
	font-size:14px;
}
section {
	background:rgb(97, 97, 97);
	padding:50px 0;
}
@media screen and (max-width: 600px){
	h1 {font-size:30px;}
	.images img{height: auto; width:100%;}
	.images{width:100%;}
}