body
{
    background-color:#82667F;
    text-align: center;
    color:#2F004F;

}
a
{
color: black;
}
a :hover
{
    background-color: rgb(5, 55, 105);
}
img.Harry3
{
    width: 50%;
}
.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%;
}
p.H
{
 margin-left: 10%;
 margin-right: 10%;
 padding-left: 5%;
 padding-right: 5%;
 font-family: Georgia, serif;
 font-size: 110%;
 color: #2b0227c2;
}
h2.R
{
    width: 200px;
    margin: auto;
}
h1.R
{
    width: 210px;
    margin: auto;
}

div.P
{
   display: flex;
   justify-content: space-around;
}
h1.h3
{
    text-decoration: underline;
}