.circle {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: rgb(254,209,54);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.intro-heading {
  background-size: cover;
  backdrop-filter: blur(5px) brightness(80%);
  -webkit-backdrop-filter: blur(5px) brightness(80%);
  border-radius: 6px;
  color: #fff;
}

