#about-me{background-color:var(--section-bg-color-primary);color:var(--section-color-primary);flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}#profile-photo{height:auto;width:50%;max-width:300px;text-align:center;border-radius:50%}#job-title{margin-bottom:0;padding:.5rem;font-size:1.3rem}#interests{height:auto;width:auto;font-size:.8rem}#interests ul li{margin:.5rem 0}#links{width:100%;height:auto;max-width:300px;flex-direction:column;gap:1rem;display:flex}#about-me footer{font-size:.7rem}@media only screen and (min-width:768px){#about-me footer,#interests{font-size:1rem}}