/* =================Tags=================== */
body{
  background-color:#dedfe4;
  text-align: center;
}
h1{
  margin: auto;
  font-size: 6rem;
  font-family: sans-serif;
  color: #3c5c54;
}

h3{
  margin: 40 auto 0;
  font-size: 200%;
  font-family: sans-serif;
  color: white;
}
img{
  width: 45%;
  margin: 40px;
}

/* =============== Classes=============== */
.size{
 font-size: 4rem;
 color: white;
}
.left_color, .right_color{
  width: 30%;
  border-radius: 5%;
  display: inline-block;
  right: 0;
  margin: 20px;
  background-color: #dac5bc;
  text-align: center;
}

.btn {
  margin-top: 30px;
	background-color:#2c967c;
	border-radius: 20px;
	border:6px solid #3c5c54;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Trebuchet MS;
	font-size: 2rem;
	padding:25px 76px;
	text-decoration:none;
}
.btn:hover {
	background-color:#4fb69d;
}
