
strong {
font-weight: bold;
font-size: 200%;
color: #000000;
font-family: 'Alegreya';
}


details {
 padding: 10px;
background:#FFFFFFF;
 
}
summary {
 color: #000000;
 padding: 0px;
 cursor: pointer;
}

details[open] {
 background: #fff4e5;
 border: 2px solid  #fff4e5;
  border-radius: 12px;
}

a {
  color: #000000;
}

a:hover {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}



h1 {
 font-family:'Alegreya';
 font-size:200%;
 font-weight:bold;
 color:#FFF;
}




h2 {
 font-family:'Alegreya';
 font-size:40px;
 font-weight:bold;
 color:#010203;
 text-align:center;

}

h3 {
font-family:'Alegreya';
}

h4 {
font-family:'Alegreya';
font-weight:bold;
font-size:28px;
color: #000000;

}

h5 {
font-family:'Alegreya';
}

h6 {
font-family:'Alegreya';
}

p {
font-family:'Alegreya';
font-size:21px; 
font-weight:bold;
text-align:left;
letter-spacing:0px;
height:auto;
padding:7px;
width:100%;     
color:#000000;
	
}



img {
border-radius:50%;
height:auto;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
   
}



#intro  {
  background-color: #FFFFFF;
  width:100%;
  font-family:'Alegreya';
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom:2px solid #e5e5e5;
  color:#000000;
  font-weight: normal;
  font-size: 21px;



}

#bsky-feed {
width:100%;
background-color:#fff4e5;
color:#000000;
font-family: 'Alegreya';
font-size:21px;
font-weight:normal;


}