.about-me{background:linear-gradient(.25turn,#4e4be7,#211276);justify-content:center;align-items:center;gap:40px;height:calc(100vh - 30px);display:flex}.img-desktop{object-fit:cover;width:400px;height:auto}.about-me .content{max-width:600px}.about-me h2{margin-bottom:10px;font-size:xx-large;font-weight:bolder}.about-me p{font-size:var(--body-size);color:var(--dark-text);line-height:1.5}.rainbox-text{font-family:var(--font-playfair);color:#0000;background:linear-gradient(90deg,#e5cce7,#d0cee4,#baeaf1,#d94cf2,#add8e6,#4169e1);-webkit-background-clip:text;background-clip:text;font-size:32px;animation:20s linear infinite rainbow}.img-mobile,.header-mobile{display:none}@keyframes rainbow{to{background-position:100vh}}@media (max-width:768px){.about-me{text-align:center;flex-direction:column;row-gap:1.5rem}.img-desktop{display:none}.img-mobile{object-fit:cover;width:80%;height:150px;display:inline}.header-desktop{display:none}.header-mobile{display:inline}.about-me{margin-bottom:2.2rem;padding:1rem}}
