body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    min-height: 100vh;
    background: #ffd8bb;
}

main{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

main .mobile-container{
    position: relative;
    margin: 30px 0;
    width: 100vw;
    max-width: 360px;
    height: 740px;
    border-radius: 1em;
    background: #ffffff2d;
    box-shadow: 100px 100px 280px #00000031;
}