@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-image: url('https://plus.unsplash.com/premium_vector-1752918923208-068d91bc8624?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=812');
  background-size: cover; 
  background-repeat: no-repeat;
  color: black;
  max-width: 960px;
  margin: 0 auto;
}

h1 { 
  background-color: pink; 
  color: white;
  text-align: center; 
  background-color: rgba(255, 92, 138, 0.5);
  border-radius: 4px;
}

h2 { 
  color: white;
  background: linear-gradient(to right, #fca2bb, #ffe5ec);
  text-align: center; 
  border-radius: 4px;
}
 
 p {
  margin: 0 auto;
  border-radius: 4px;
  padding: 4px 12px;
  text-align: center;
  border: 1px solid white;
  width: 50%;
  margin-block: 4px;
}
 
.p1 {
  background-color: #90dbf4;
} 

.p2{
  background-color: #cfbaf0;
}

.p3{
  background-color: rgba(255, 179, 198, 0.6);
}

.fundo-diferente {
  background-image: url('https://st4.depositphotos.com/15076736/21683/i/450/depositphotos_216838280-stock-photo-abstract-pastel-soft-colorful-smooth.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  margin-top: 0.83em;
  border-radius: 4px;
  padding: 12px;
}

footer{
  color: white;
  text-align: center;
  background-color: #333;
  padding: 12px;
  border-radius: 4px;
}

