.altbg {background-color: rgba(239,237,229,0.5);}

.scmobject {padding: 50px;}

.scmobjectnovert {padding: 0px 50px 0px 50px;}

.rndimg {border-radius: 50%;}

.outlined-box {
  background: #fff;
  width: 90%; /* Set your desired width */
  height: 200px; /* Set your desired height */
  border: 1px solid #d4d4d4; /* Border color */
  border-radius: 50px; /* Border radius for rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Box shadow with rgba for transparency */
  padding: 10px;
}

.outlined-box-sports {
  background: #fff;
  width: 90%; /* Set your desired width */
  height: 400px; /* Set your desired height */
  border: 1px solid #d4d4d4; /* Border color */
  border-radius: 50px; /* Border radius for rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Box shadow with rgba for transparency */
  padding: 50px 10px 50px;
}

/* Optional: Add additional styles as needed */

.center-text {
  text-align: center;
}