
@font-face {
  font-family: playfairdisplay;
  src: url(Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
}
body {
  font-family: playfairdisplay;
  height: 100%;
  background: white;
}
.nav-link {
  border-radius: 10px;
  padding: 8px 12px;
  margin-bottom: 15px;
}
.nav-link.active {
  background: rgb(160, 24, 24);
  color: black;
}
.dropdown:hover .finances {
  display: block;
}
.sidebar {
  background: rgb(160, 24, 24);
  height: 100vh;
}

.sidebar .nav-link {
  color: black;
}

.sidebar {
  color: rgb(68, 66, 66);
}
.nav-link:hover {
  color: palevioletred;
}
h3 {
  color: white;
  background-color: black;
}
.text-gold {
  color: rgb(66, 65, 65);
}
.image {
  width: 40px;
  color: black;
}
.imagees {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
main {
  background-image: url(image/suggest.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.stat-card {
  border-radius: 15px;
  background: rgb(160, 24, 24);
  border: none;
}
.stat-card .white {
  background: white;
  border-radius: 15px;
  border: none;
}
.card {
  border-radius: 15px;
  border: none;
  color: black;
}
.card-main {
  background: white;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
h5 {
  text-align: center;
}