// bio.scss
.personal-bio {
width: $mainWidth;
}
@media screen and (max-width: $mainWidth) {
width: 95vw;