h1 {font-size: 36px;
  font-family: "Teachers";
 text-align:center; 
color: black;
position:sticky;
top:0; 
border-style: dashed;
 border-width: 5px;
 border-color: #D3D3D3;  
}
p {
  font-size: 20px;
}
p {color: #505050}
p {font-family: "Teachers";
font-weight: bold;
text-align:center;
text-transform: uppercase;  
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  display: flex;
  flex-direction: column;
  background:#EEEEEE;
  overflow: hidden;
  margin: 15px;
  padding: 3vw;
  max-width: 70vw;
}
body {
  background-image: linear-gradient(red, #B22222, red);
}
.content {
  padding: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image {
  width: 75%;
  height: 75%;
}

.title {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Teachers", sans-serif;
  color: #000;
}
@media (min-width: 768px) {
  .card {
    max-width: 25%;} 
  }
  @media (min-width: 1200px) {
  .card {
    max-width: 45%;}
}