/*background*/
body {
    background-color:#26467A ;
    color:#E3E3E3 ;
font-family: "Coiny", system-ui;
padding: .7em;
}
/*link*/
a { 
      color:#88F6A9;
    text-decoration: none;
    }
 
  a:hover {
      text-decoration: underline;
  }
/*image*/
img{
    
    border: outset .5em  #88F6A9; 
}    
    
/*logo*/
.logo{
       border: inset; border-radius:50%; 
   } 
    /*floating image  */
 .floatright {
     float:right;
     padding-left:.7em;
 }
 
 