body
{text-align: center;
    background: rgb(213,221,255);
    background: radial-gradient(circle, rgba(213,221,255,0.8128501400560224) 0%, rgba(255,255,255,1) 0%, rgba(213,221,255,0.8548669467787114) 100%);
}

h1 {
    font-family: 'Righteous';
    font-size: 90px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.1em;
    display: inline-block;
    border-bottom: #333333 4px solid;

}
h1 .be
    {
    font-size: 40px;   
    opacity:0.3; 
    }
h2 {
    font-family: 'Righteous';
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    color: #333333;

    display: inline-block;
    margin: 5px 30px;

}
h2 a:link,h2 a:visited
    {
    color: #666666;
    
    text-decoration:none ;
    }
h2 a:hover
    {
    color: #fbb400; 
    text-decoration:none ;
    }
h2:first {display : inline-block;}
h2:after { content: ''; white-space:pre; }


.material-symbols-outlined {

  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 300
}
