@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a2e;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: 'Fredoka One', cursive;
}

.jelly-box {
    width: 400px;
    height: 400px;
}

#jelly-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.info {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 5px;
    opacity: 0.3;
    pointer-events: none;
}
