.send-gift-button {
    height: 50px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    font-size: 16pt;
    font-weight: bold;
}

.gift-preview {
    position: relative;
    background-color: white;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.gift-preview__content {
    display: flex;
    justify-content: center;
}

.gift-view__symbol {
    position: absolute;
    opacity: 0.5;
}

.gift-view__sticker {
    width: 65%;
    height: 65%;
    z-index: 1;
}

#gift-view {
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
