h1 {color:blue;}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box{
  display: flex;
  flex-direction: column;
  background: black;
  overflow: hidden;
  margin: 15px;
  padding: 2vw;
  max-width: 90vw;
}
body {
  background-image: linear-gradient(White, Pink, Orange, Red);
}
.image {
  width: 100%;
  height: 100%;
}

.title {
  font-size: 1.5em;
  font-weight: bold;
font-family: 'Times New Roman', serif;
  color: white;
}
P {
color: white;
}
.content {
    max-width: 40vw;
  }