.btn-install,
.btn-browser {
    border: 0px;
    border-radius: 5px;
    padding: 5px;
    font-family: 'DINBold';    
    margin-right: 5px;
}

.btn-install {
    background-color: #f5484d;
    color: #fff;
}

.btn-browser {
    background-color: rgba(185, 255, 102, 1);
    color: #000;
}
.info-text{
    color: #fff;
    font-family: 'DINRegular';
}

@media (max-width: 900px) {
    .install-prompt {
      bottom:70px !important;
    }
    .btn-install{
        margin-bottom: 5px;
    }
  }