body
{
    background-color: #8F6593;
    text-align: center;
    color:#DCEDFF ;

}
a
{
color: black;
}
a :hover 
{
    background-color: rgb(5, 55, 105);
}
img.Harry5
{
    width: 50%;
}
h1.h5
{
    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%;
 font-size: 110%;
 font-family: georgia,serif;
 color: rgb(65, 8, 84);
}


h2
{
    width: 200px;
    margin: auto;
}
div.P
{
   display: flex;
   justify-content: space-around;
}

