html {
    background: #f1f3f6;
    height: 100vh;
    overflow: auto;
    /* background: #1e343b; */
}

body{
    font-family: 'Montserrat', sans-serif;
    color: #28425c;
    margin: 0px;
    overflow: auto;
    height: 100vh;
    background: #f1f3f6;
    transition: all .5s;
    opacity: 0;
    /*padding-left: env(safe-area-inset-left);*/
    /*padding-right: env(safe-area-inset-right);*/
}

.bold {
    font-weight: bold;
}


.flexCenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img{
    margin-bottom: -4px;
}


.highlightText {
    color: #53afff;
}

li {
    margin-bottom: 10px;
    width: 90%;
}

.siteLogo {
    height: 30px;
    /*margin-left: 15px;*/
}

header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    color: #28425c;
}

.flex {
    display: flex;
}