.description p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--text);
    text-align: center;
    font-weight: 200;
}

.doodle {
    position: absolute;;
    width: 64px;
    height: 64px;
    -webkit-filter: drop-shadow(0 0 var(--blur-radius) rgba(176, 155, 219, 0.25));
    filter: drop-shadow(0 0 var(--blur-radius) rgba(176, 155, 219, 0.25));
}

#happy-doodle {
    width: 32px;
    height: 32px;
}

#musiclide-doodle {
    transform: translateX(-120px) translateY(30px);
}

@media only screen and (max-width: 940px) {
    #musiclide-doodle {
        transform: translateX(-120px) translateY(50px);
    }
}

@media only screen and (max-width: 650px) {
    #musiclide-doodle {
        transform: translateX(-100px) translateY(85px);
    }
}

#musiclide-doodle:hover {
    background: url("/Images/Doodles/musiclide-home-hover.webp") no-repeat !important;
}