@media only screen and (min-width: 600px) {
    
    .app{
    max-width:1000px;
    margin:auto;
    margin-top: 30px !important;
    border-radius: 20px;
    padding:10px;
    background: rgba(255, 255, 255, 0.072);
    }
}