.brain-wrapper{
    display:flex;
    position:relative;
    right:40px;
    top:-50px;
}
.brain{
    position:absolute;
    z-index: 0;
}
.page{
    /* height: 100vh; */
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.page > *{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.site-title{
    margin:auto;
    text-align: center;
    height:100px;
}
.site-title path{
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    scale:0.5;
}