body {
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
}

#toy-container {
    width: 250px;
    height: 350px;
    background: white;
    border: 3px solid black;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

#pull-tab {
    width: 100%;
    padding: 10px;
    background: #ff3b3b;
    color: white;
    cursor: grab;
}

#card-content {
    margin-top: 40px;
    display: none;
}
