

body 
{
    font-size: 48px;
    background-color: #333
}

.mf-logo 
{
    font-family: 'Libre Barcode 39 Text', cursive;
    font-size:64px;
    padding:10px;
    color: #eee;
}

.header 
{
    font-family: 'Roboto Mono';
    font-size:24px;
    padding:10px;
    color: #eee;
}

.content
{
    font-family: 'Roboto Mono';
    font-size:14px;
    padding:10px;
    padding-right:30px;
    color: #eee;
}

a 
{
    color: hotpink;
}

ul
{
    padding-left:30px;
}
  
  /* Second Level */
li
{
    padding-inline-start: 10px;
}

svg text {
    font-family: FontAwesome;
}

#cy {
    width: 100%;
    height: 100%;
   /* position: absolute; */
    top: 0px;
    left: 0px;
}