body{
	background-image:linear-gradient(45deg, red, blue);
}

h1 {font-size: 40px;
 font-family: "Bubblegum Sans", sans-serif;
 text-align:center; 
color: yellow;
position:sticky;
top:0; 
border-style: groove;
border-width: 5px;

}

p{color: #fdffb6;
font-family: "Bubblegum Sans";
text-align:center;
font-size: 24px;
  
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  display: flex;
  flex-direction: column;
  background: #540b0e;
  overflow: hidden;
  margin: 15px;
  padding: 6vw;
  width: 75;
  max-width: 300px;
  border: .65em; 
  justify-content: center;
    align-items:center;
}
body{
	background-image:linear-gradient(45deg, red, blue);
  font-family:"Bubblegum Sans";
  border: groove, 10px, white;
}
.content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: double, 10px, #f94144
}
.image {
   display:flex;
    border:white solid .65em;
  background-color: f72585;
    margin:19px;
    padding:16px;
    box-shadow:3pt 3pt 10pt va
    height: 100%;
    max-width:300px;
    justify-content: center;
    align-items:center;
}

.title {
  font-size: 2em;
  font-weight: bold;
  font-family: "Bubblegum Sans"
  color: white;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .panel {
    max-width: 300px
  }
}
  @media (min-width: 700px) {
  .panel {
    max-width: 40vw;}
  }
