html {
    /* no white bars on iphone X*/
    padding: env(safe-area-inset); 
  } 
 .skinlink{
  text-decoration: underline;
  color: blue;  
 }
 