@keyframes avatar-animation{0%{transform:translateY(-10%);opacity:0}100%{transform:translateY(0%);opacity:1}}.avatar img{width:40rem;height:auto;border-radius:50%;opacity:0;animation-name:avatar-animation;animation-duration:.5s;animation-delay:.1s;animation-fill-mode:forwards}@media only screen and (max-width:768px){.avatar img{width:27rem}}body.colorscheme-dark .avatar img{filter:invert(75%)}