body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #000000;
}

#phoneContainer {
    position: relative;
    width: 390px;
    height: 844px;
}

#phoneFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.phoneiFrame {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 380px;
    height: 834px;
    border: none;
    z-index: 1;
    /* clip-path: inset(0 round 50px); */
    overflow: hidden;
    border-radius: 50px;
}