

picture + hgroup {
    transform: translate(0%,-20%);
    font-size: 2rem;
    color: var(--intro-text-color);
    
}
hgroup > h1 {
    font-style: italic;
}
/* math {
    position: absolute;
} */

picture>img{
    transform: translate(0%,10%);
    height:30rem;
    width:30rem;
    border-radius: 50%;

}

