
body {
    font-family: 'Baloo 2', sans-serif;
}
.mockup-border {
    background: rgba(126, 53, 161, 0.2);
    padding: 16px; /* 16px border width */
    border-radius: 1rem; /* Matches image's rounded edge */
    backdrop-filter: blur(20px);
}