@media all and (display-mode: standalone) {
    /* Here goes the CSS rules that will only apply if app is running standalone */
    #install-button{
        display:none;
    }
}
body{
    background: fixed  center  url("../assets/back.png");
}
/*
#traseu{
    padding-top:25%;
}
@media (min-width: 600px) {
    #traseu{
        padding-top: 150px;
}
}*/