a.style1
{
   color: #F5F5F5;
   text-decoration: none;
   text-shadow: 2px 3px 4px rgba(0,0,0,1.00);
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 2px;
   background: #F5F5F5;
   opacity: 0;
   transform: translateY(-4px);
   margin-top: 2px;
   transition: all 300ms linear;
}
a.style1:hover::after
{
   background: #F5F5F5;
   opacity: 1;
   transform: translateY(0px);
}
a.style1:visited
{
   color: #F5F5F5;
   background: #F5F5F5;
   text-decoration: none;
}
a.style1:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.style1:hover
{
   color: #F5F5F5;
   background: #4F4F4F;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 64px;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 1px 2px 12px rgba(0,0,0,1.00);
   display: inline-block;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 35px;
   text-align: center;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: rgba(220,220,220,0.42);
   --background-color: rgba(220,220,220,0.42);
   border: 3px solid #DCDCDC;
   --border-color: #DCDCDC;
   backdrop-filter: blur(1px) ;
   -webkit-backdrop-filter: blur(1px) ;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --border-color: #DCDCDC;
   --background-color: rgba(220,220,220,0.65);
   --color: #000000;
   display: inline-block;
}
.darktheme h2, .darktheme .h2
{
   border: 3px solid #F5F5F5;
   --border-color: #F5F5F5;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 35px;
   text-decoration: none;
   color: #DCDCDC;
   --color: #DCDCDC;
   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: 53px;
   font-style: normal;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: rgba(79,79,79,0.00);
   --background-color: rgba(79,79,79,0.00);
   border: 0 solid transparent;
   --border-color: #4F4F4F;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 1px 2px 3px rgba(0,0,0,1.00);
   display: inline-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 37px;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 2px 3px 3px rgba(0,0,0,1.00);
   display: inline-block;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 53px;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 2px 3px 3px rgba(0,0,0,1.00);
   display: inline-block;
}
