   
*{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.underline
{
  height: 5px;
  width: 200px;
  background-color: #000000;
  border-radius: 20px;
}

.card-img-top {
  height: 300px!important;
  width: 300px!important;
}

.bg-f3f3f3
{
  background-color: #f0eeee;
}
a {
  text-decoration: none;
}

.underlineee
{
  height: 5px;
  width: 120px;
  background-color: #ffffff;
  border-radius: 20px;
}
.bg-kuver
{
  background-color: #cc3d04;
}
.bg-sbanner
{
  background-color: #a73804!important;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.pro-img-user {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
  transition: transform 0.2s ease-in-out;
}

.pro-img-user:hover {
  transform: scale(1.05)!important;
  transition: transform 0.2s ease-in-out!important;
}