h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.style1
{
   font-family: "Cairo";
   font-weight: 600;
   font-size: 11px;
   text-decoration: none;
   color: #D3D3D3;
   --color: #D3D3D3;
   background-color: #112222;
   --background-color: rgba(17,34,34,1.00);
   border-radius: 5px;
}
.darktheme .style1
{
   color: #DCDCDC;
   --color: #DCDCDC;
}
.style2
{
   font-family: "Cairo";
   font-weight: 600;
   font-size: 16px;
   text-decoration: none;
   background-color: #112222;
   --background-color: rgba(17,34,34,1.00);
   border-radius: 5px;
}
.style3
{
   text-decoration: none;
   background-color: transparent;
   border-color: #808080 #808080 #808080 #808080;
   border-radius: 0 0 15px 15px;
   border-style: solid solid solid solid;
   border-width: 0 1px 1px 1px;
}
.text
{
   font-family: "Cairo";
   font-weight: 600;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
}
.text_Left
{
   font-family: "Cairo";
   font-weight: 600;
   font-size: 16px;
   text-align: left;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
}
.btn
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('images/Screenshot 2025-05-03 221705.png');
   background-size: 100% 100%;
   border-radius: 5px;
}
.place_fourm
{
   text-decoration: none;
   background-color: #112222;
   --background-color: rgba(17,34,34,1.00);
   border-color: #000000 #000000 #000000 #000000;
   border-radius: 10px 10px 10px 10px;
   border-style: solid solid solid solid;
   border-width: 0 0 0 0;
}
