body{

background-position:center;
background-size:cover;
}

img{
border-radius: 25px;
width:90%;
height: auto;


}
h2{
font-size: 5vh;
color: #F0F7F4;
text-align:center;
text-shadow: 5px 5px 5px #1C211E;
}
h3{
 font-size: 3vh;
}
.grid { 
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
  }
.grid > section {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
}
.grid > section img {
	max-width: 100%;
}
.text {
	padding: 0 20px 20px;
}
.card{
	color:#F0F7F4;
	background-color: #B3BFB8;
 	margin-right: auto;
	margin-left: auto;
	width: 600px;
    height: auto;
    border-radius: 25px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 50px;
    text-align: center;
    box-shadow:  10px 10px 10px #1C211E;
    transition: 0.3s;
    width: 60%;
}

section.card a:hover {color:#1C211E} 
