

/*


#myHeader {
    background-image: url(https://www.ruru-berryz.com/wp-content/uploads/2018/06/ANIME-%C3%89T%C3%89-2018-Banni%C3%A8re-Shingeki-no-Kyojin-3-MoePop-Ruru-Berryz.png);
    height:200px;
    width: 1980px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
   */ 
    
}
p {
    color:black;
    background-color: cornflowerblue
    display: inline-block;
    :hover{color:red};
}



a[href^="https:"] {
  background-color: silver;
}





#citation::before
{
    content:"<";
    color: orangered;
}

#citation::after
{
    content: ">";
    color:orangered;
}

#citation
{
    color:red;
}

main
{
    width:100%;
    min-width: 30em;
    max-width: 120em;
}


 p {
        
        margin-top: 1em;
        margin-bottom: 1em;
        
     
     
    }

#liste{
    
    margin-top: 2em;
    margin-left: 2em;
}



main {
    box-sizing: border-box;
}


#myImage  {
    display: block;
    width:auto;
    border-radius: 50%;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
    
    
    
}

#infobulle span
{
    display:none;
    color: mediumpurple;
   

}

#infobulle:hover span
{
    display:inline-block;
    position: relative;
     border:solid;
    
}

h5
{
    float: right;
    position: relative;
    margin: auto;
    
}







