.body {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:aliceblue;
}
Header {
    text-align: center;
    background-color: chartreuse;
    padding-left: 1REM;
    padding-top: 1REM;
    padding-bottom: 1REM;
    text-decoration: none;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
body {
    background-color:rgb(0, 0, 0);
}
button {
    margin-top: 1REM;
    background-color: rgb(0, 102, 255);
    border-radius: 20px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    color: aliceblue;
    font-family: system-ui, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.body a {
    text-decoration: none;
    color: aliceblue;
}
header a{
    text-decoration: none;
    color: black;
}
button :hover {
    margin-top: 1REM;
    background-color: rgb(0, 123, 255);
    border-radius: 20px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
    color: aliceblue;
    font-family: system-ui, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
H2 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* Android card styling */
.android-card {margin-top:1.5rem;padding:1rem;border:1px solid rgba(255,255,255,0.08);border-radius:8px}
.android-card p{max-width:70%;margin:0.5rem 0}
.android-card button{background-color:rgb(0,150,136)}
pre{background:#0a0a0a;padding:1rem;border-radius:6px;color:#ddd}

H3 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
H4 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
H5 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
H6 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
li {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}