body {
  background-color: floralwhite;
  color: black;
/*  background-image: url('img/logo.webp'); 
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: hard-light;
  background-position-x: center;
  background-position-y: center; */
}

h1, h2 {
  display:flex;
  justify-content: center;
}

h1 {
  color: white;
  mix-blend-mode: difference;
  font-size: 2em;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

img {
  max-width:100%;
  height:auto;
}

.img {
  border-radius: 20px;
  opacity: 0.9;
}

p {
  mix-blend-mode: multiply;
  font-size: 1.2em;
  text-align: center;
}