.bg-opacity {
    background-color: rgba(0, 123, 255, 0.2); /* Blue with 50% opacity */
    font-weight: bold;
  }

body{
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(191,198,200,0.6558998599439776) 78%, rgba(255,255,255,0.40379901960784315) 94%);

}