body{
    margin: 0%;
    padding: 0%;

}

#minting-layout{
    width: 100%;
    background-color: rgb(87, 18, 87);
    overflow: hidden;
}

#navbar-mint{
    margin: auto;
}


#minting-button-container{
    width:fit-content;
    height:fit-content;
    margin: auto;
    padding-top: 100px;
    
}
#thirdweb-minting-app{
    box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
    

}
body {
    margin: 0;
    overflow: hidden; /* Hide scrollbars */
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
    #minting-button-container{
        height: 100%;
    }


    #minting-layout{
        width: 100%;
        height:100vh;
        background-color: rgb(12, 12, 12);
        
    }
    
    #thirdweb-minting-app{
       box-shadow: none;
    
    }
}
    

