body {
    margin: 0;
    padding: 0;
    background-color: black !important;
    width: 100vw;
    height: 100%;
    display: flex; 
    justify-content: center; 
    align-items: flex-start;
}

.mobile-only-container {
    background-color: #010726;
    color: white;
    max-width: 460px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative; 

   
}
