body
{
   background-color: #C4C695;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(196,198,149,1.00) rgba(196,198,149,1.00);
   scrollbar-width: thin;
}
*::-webkit-scrollbar
{
   width: 1px;
}
*::-webkit-scrollbar-track
{
   background: rgba(196,198,149,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(196,198,149,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(196,198,149,1.00);
}
.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

