
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(227, 232, 233);
  color: white;
  text-align: right;
  padding: 10px;
  z-index:-1;
}


        .birdieCircle {
            /* Layout & Sizing */
            display: inline-flex;
            align-items: center;
            justify-content: center;
        
            border-radius: 50%;
            width: 22px;
            height: 22px;
            /* padding: 8px; */

            /* background: #fff; */
            border: 1px solid #040404;
            color: #000000;
            /* text-align: center; */

            /* font: 32px Arial, sans-serif; */
        }
        .eagleCircle {
            /* Layout & Sizing */
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            
            /* Make it a circle */
            border-radius: 50%;
            
            /* Typography */
            /* font-family: sans-serif; */
            /* font-weight: bold; */
            /* font-size: 1.2rem; */
            color: #333;
            
            /* Inner Circle (The actual border) */
            border: 1px solid #333;
            
            /* Outer Circle (Gap + Second Ring via Box Shadow) */
            box-shadow: 0 0 0 2px #fff, 0 0 0 3px #333;
        }

        .bogeySquare {
            /* Layout */
            display: inline-flex;
            justify-content: center;
            align-items: center;
            
            /* Dimensions */
            width: 22px;
            height: 22px;        /* Inner Circle (The actual border) */
            border: 1px solid #333;
        
        }
        .dbogeySquare {
            /* Layout & Sizing */
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            
            color: #333;
            
            /* Inner Circle (The actual border) */
            border: 1px solid #333;
            
            /* Outer Circle (Gap + Second Ring via Box Shadow) */
            box-shadow: 0 0 0 2px #fff, 0 0 0 3px #333;
        }
        .par {
            /* Layout & Sizing */
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            
        }

