html, body {
    width: 100vw !important;
    height: 100vh !important;
    -webkit-overflow-scroll: touch;
}

* {
    -webkit-tap-highlight-color: transparent;
}

ion-content {
    font-family: 'Lexend' !important;
    font-size:1.1em;
}

ion-header {
    background: #FFFFFF;
}

