body {
  background-color: #368dda;
  font: 1rem/1.3 sans-serif;
  padding: 2em; 
}

.heading{
  font-family: cursive;
  color: darksalmon; 
  font-size: 2rem; 
  padding: 0.5em;
  text-align: center;
  }

button {
  background-color: rgb(209, 224, 219); 
  font-family: cursive;
  color: darksalmon ; 
}

.card {
  background-color: rgb(226, 230, 231); 
  }

#bettyimg{
  width: 15%;
  display: inline-flex;
  margin-top: 2rem;
  }

#bubbleup{
 margin: 0 auto
}

.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  width: 16rem;
  background: #fff;
  border-radius: 10%;
  padding: 1.2rem;
  text-align: center;
  color: rgb(62, 130, 133);
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 70px;
  bottom: -24px;
}

.search-section {
text-align: center;
}

#infocenter{
  display: grid;
  place-items: center;
}

.icon {
  position: relative;
  border-radius: 50%;
  width: 5em;
  margin: 0 auto;
  display: block
}
