#frame-container {
    width: fit-content;
    height: fit-content;
    position: fixed;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}

.frame-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
}

.close-btn {
    cursor: pointer;
    width: 100px;
    margin-left: auto;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 20px;
    border: none;
    background-color: #000;
    color: #fff;
}