body{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;background-color:black}.phone-frame{width:393px;height:852px;padding:0;box-shadow:0 4px 20px rgba(0,0,0,.1);background-color:#f4f3f1;margin:auto;position:relative;display:flex;flex-direction:column;border-radius:50px}.phone-screen{flex:1 1;width:100%;overflow-y:auto;overflow-x:hidden;background:#f4f3f1;box-sizing:border-box;scroll-behavior:smooth;padding-bottom:0;border-radius:50px;&::-webkit-scrollbar{width:6px;background:transparent}&::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1);border-radius:3px}}.navbar{position:absolute;bottom:0;left:0;height:60px;width:100%;background:#ffffff;border-top:1px solid #ddd;display:flex;justify-content:space-around;align-items:center;border-radius:0 0 40px 40px;box-shadow:0 -2px 5px rgba(0,0,0,.1);position:relative;z-index:10}