@media (max-width: 500px) {

#container {
width: 300px;       /* Up from 140 */
height: 300px;      /* Up from 140 */
font-size: 85px;    /* Up from 70 */
position: relative;
}

.animate-me {
font-size: 95px;    /* Match emoji size */
margin-bottom: 12px;
}

svg {
width: 240px;       /* Up from 200 */
height: 240px;      /* Up from 200 */
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

text {
font-size: 23px;    /* Up from 23 */
letter-spacing: 1.6px;
}

h1 {
font-size: 22px;    /* Slightly bigger heading */
line-height: 30px;
text-align: center;
}
}
