body 
{
text-align: center;
background-color:#218380;
color:#002400;

}
a
{
    color: black;
}
a :hover
{
    background-color: rgb(5, 55, 105);
}
img.Harry2
{
    width: 50%;
}
h1.h
{
    text-decoration: underline;
}
p.H6
{
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 110%;
    font-family: Georgia, serif;
}
img.Dobby
{
    width: 15%;

}
img.Miss
{
    width: 25%;
}
.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.icone
{
    width: 50px;
    cursor: pointer;
    
}
img.Spid
{
    width: 50%;
}
h2.R
{
    width: 200px;
    margin: auto;
}
div.P
{
   display: flex;
   justify-content: space-around;
}