body {
    color: #000000;
}

.animated-gradient {
    background: linear-gradient(120deg,
        #ff9a9e 0%,
        #fecfef 20%,
        #a18cd1 40%,
        #667eea 60%,
        #00c2ff 80%);
    background-size: 200% 200%;
    animation: gradientShift 12s ease-in-out infinite;
    min-height: 100vh;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

h1, h3, p {
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 69px;
    text-shadow: 0 0 0px #000000;
}

h3 {
    font-size: 35px;
}

.about-me {
    font-family: sans-serif;
    font-weight: 100;
    max-width: 720px;
    margin: 0.9rem auto 1.25rem auto;
    padding: 0.5rem;
}

a {
    color: #000000;
    text-decoration: none;
    font-family: sans-serif;
    transition: color 0.2s ease, text-shadow 0.25s ease;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-shadow:
        0 0 6px rgba(255, 255, 255, 0.9);
}

.m-u-g-description {
    font-family: sans-serif;
    font-weight: 600;
    text-align: justify;
    line-height: 1.5;
    max-width: 720px;
    margin: 0.9rem auto 1.25rem auto;
    padding: 0.5rem;
}

.m-u-g-section {
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.150);
    padding: 0.9rem 1rem;
    border-radius: 10px;
    max-width: 720px;
    margin: 0.9rem auto 1.25rem auto;
}

.social-links {
    color: rgb(255, 213, 244);
    text-shadow: 0 0 3px #000000;
    font-family: cursive;
    font-weight: 1000;
    letter-spacing: 0.2px;
    display: inline-block;
    margin: 0.5rem 0.8rem;
    padding: 0.3rem 0.5rem;
    border: 2px solid rgb(255, 255, 255);
    background: rgba(0, 14, 19, 0);
    border-radius: 100px;
    vertical-align: middle;
}

.social-links:hover {
    color: #000000;
    text-decoration: underline;
    text-shadow:
        0 0 6px rgba(255, 178, 243, 0.9),
        0 0 14px rgba(255,85,170,0.25);
}

.img-button {
    cursor: pointer;
    transition: transform 0.2s ease;
    filter: brightness(3.5);
    vertical-align: middle;
}

.img-button:hover {
    transform: scale(1.2);
}

.img-button-2 {
    cursor: pointer;
    transition: transform 0.2s ease;
    vertical-align: middle;
}

.img-button-2:hover {
    transform: scale(1.2);
}

.works {
    list-style: none;
    cursor: pointer;
    transition: color 0.2s ease, text-shadow 0.25s ease;
}

.works:hover {
    color: black;
    text-shadow:
        0 0 6px rgba(255, 255, 255, 0.9);
}

.works-section {
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(0, 0, 0, 0.150);
    padding: 0.9rem 1rem;
    border-radius: 10px;
    max-width: 760px;
    margin: 0.9rem auto 1.25rem auto;
}

.song-links {
    background: linear-gradient(45deg, #ffb1ff, #aceaff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.email-link {
    font-family: sans-serif;
    font-weight: 550;
    color: #000000
}

.link-img {
    vertical-align: middle;
}

.link-img-2 {
    vertical-align: middle;
    height: 25px;
    width: auto;
}