body{
    background-color: #b4d7F0;
    font-family: "Karla", sans-serif;
}

p{
color: #41627a;
}
.curved-bubble{
  background-color: #f0d7b4;
  opacity: 0.8;
  width: 520px;
  border-radius: 10px
}

.curved-bubble2{
  background-color: #9b896f;
  opacity: 0.8;
  width: 520px;
  border-radius: 10px
}

.curved-bubble3{
    background-color: #8da1b0;
    opacity: 0.8;
    width: 650px;
    border-radius: 10px
}

.clip-circle {
  clip-path: circle(65% at 40% 40%);
}
.clip-circle2 {
  clip-path: circle(50%);
}
h3{
color: #46341b;
}
