body
{
    background-color:#2e86ab;
    text-align: center;
    color:#A6ECE0 ;
}
a
{
color: black;
}
a :hover 
{
    background-color: rgb(5, 55, 105);
}
img.Harry4
{
    width: 50%;
}
h1.h4
{
    text-decoration: underline;
}
.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%;
 color: rgb(5, 22, 89);
 font-size: 110%;
 font-family: Georgia, serif;
}
h2.R
{
    width: 200px;
    margin: auto;
}
div.P
{
   display: flex;
   justify-content: space-around;
}