body {
	background-color: #E9E9E9;
}
.row {
	background-color: white;
}
.cimsav{
	background-image: url("../images/cimsav.jpg");
	background-repeat: no-repeat;
	background-color: white;
}
.cimsav2{
	background-image: url("../images/cimsav2.jpg");
	background-repeat: no-repeat;
	background-color: white;
	padding-top: 40px;
	height:137px;
}
.section1 {
    background-color: #efc1c7;
	padding-bottom:20px;
}
.section2 {
  background-color: #e79b7f;
  padding-top: 40px;
}
.section3 {
  padding-top: 40px !important;
  	background-color: white;
  
}
.section3 h3{
  text-align: center;
}
img {
    max-width: 100%;
}
.section3 img {
	border-radius:20px;
	border: 2px solid white;
	transition: transform .2s; /* Animation */
}
.section3 img:hover {
	transform: scale(1.05);
}
.button1 a {
	border-radius:20px;
  color: black;
  border: 5px solid #FF44E8;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.button1:hover {
  
  color: white;
}
.button1 a:hover {
  background-color: #FF44E8; 
  color: white;
}
.centered {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}