Content inside aldanin
(The raw file follows this syntax highlighted file.)

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
*:focus                                  { outline:0 !important;                               }
html                                     { font-size:14px                                      }
body                                     { font-family:'Oswald', sans-serif; font-size:1.5rem; }
body, button, a, input, select, textarea { font-family:"Oswald",sans-serif; font-display:swap; }
h1                                       { margin:0rem;                                        }
a                                        { text-decoration:none;                               }

svg.icon { stroke:#004D99; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; fill:none; color:#004D99; }
#icon    { opacity:0.3; position:fixed; height:32px; width:32px; bottom:10px; right:10px;  }
#svgIcon { width:100%; height:100%; position:absolute; top:0; left:0; bottom:0; right:0;   }
#svgIcon { dominant-baseline:hanging; font-size:20px; font-family: 'Oswald', sans-serif;   }
#title   { margin-top:1em; margin-bottom:1.5em; height:30px; text-decoration:underline; }
#content { height:100px;                           }
@media screen and (max-height: 300px) { #title {} #content {} }


The raw file follows...


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
*:focus                                  { outline:0 !important;                               }
html                                     { font-size:14px                                      }
body                                     { font-family:'Oswald', sans-serif; font-size:1.5rem; }
body, button, a, input, select, textarea { font-family:"Oswald",sans-serif; font-display:swap; }
h1                                       { margin:0rem;                                        }
a                                        { text-decoration:none;                               }

svg.icon { stroke:#004D99; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; fill:none; color:#004D99; }
#icon    { opacity:0.3; position:fixed; height:32px; width:32px; bottom:10px; right:10px;  }
#svgIcon { width:100%; height:100%; position:absolute; top:0; left:0; bottom:0; right:0;   }
#svgIcon { dominant-baseline:hanging; font-size:20px; font-family: 'Oswald', sans-serif;   }
#title   { margin-top:1em; margin-bottom:1.5em; height:30px; text-decoration:underline; }
#content { height:100px;                           }
@media screen and (max-height: 300px) { #title {} #content {} }