body
{
    text-align: center;
    background-color:#A8201A;
    color:#EC9A29;
}
a
{
    color: black;
}
a :hover
{
    background-color: rgb(5, 55, 105);
}
img.Harry1
{
    width: 50%;
}
h1.H1
{
    text-decoration: underline;
}
.maisons
{
    display: flex;
    justify-content: space-around;
}
.maisons > img
{
    width:17%;
    height: auto;
}
div.mots
{
    display: flex;
    justify-content: space-around;
}
h2.G
{
    color: red;
}
h2.P
{
    color: yellow;
}
h2.S
{
    color: green;
}
h2.SE
{
    color: rgb(7, 7, 143);
}
p.H5
{
    font-size: 110%;
    color: rgb(199, 199, 10);
    font-family: Georgia, serif;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 5%;
    padding-right: 5%;
}
.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;
}
h1.R
{
    width: 210px;
    margin: auto;
}
div.P
{
   display: flex;
   justify-content: space-around;
}
