.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.card {
    /* width: 30vw; */
    height: 30vh;
    background-color: beige;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.box {
    background-image: url(https://cdn.shopify.com/s/files/1/1369/2605/articles/White_Gift_Box_with_Red_Bow_PNG_Image_2048x.png?v=1511752878);
}

.santa {
    background-image: url(https://juststickers.in/wp-content/uploads/2016/11/santa-claus.png);
}

.bell {
    background-image: url(http://www.freepngimg.com/download/christmas_bell/1-2-christmas-bell-png-image.png);
}

.dotti{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

.dot{
    height: 250px;
    width: 250px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 auto;
}

#words{
    height: 30px;
    background-color: aqua;
    color: white;
    margin: 0 auto;
}