body{
  font-family: "Meddon", cursive;
  font-weight: 400;
  font-style: normal;
  background-image: linear-gradient(to bottom right, #fff, #74b9ff);
  background-repeat: no-repeat;
}



.container {
  display:flex;
  gap:24px;
  align-items:flex-end;
}

svg{
  max-width: 35%;
}

.bb img{
  width: 100%;
  height: auto;
}