p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 5em;
  margin-right: 5em;
  color:black;
  font-size: 25px;
  text-align: center;
}



body {
font-family: 'Oswald', sans-serif;
 background-image: linear-gradient(90deg,#CCE6D5, #92BEE5);
 
}
h1 {
  color: black;
  font-size: 45px;
  text-align: center;
}

h2 {
  color: black;
  font-size: 25px;
  text-align: center;
}

h3 {
  color: black;
  font-size: 35px;
  text-align: left;
    margin-left: 25%
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

