body
{
    background-image: url("img/photo\ paris\ fond.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 30%;
}

p
{
    font-style: italic;
    color: rgb(0, 0, 0);
    text-indent: 5%;
}

h1
{
    text-align: center;
    background-color: rgb(165, 154, 154);
}

iframe
{
    height:45%;
    width: 45%;
    border-radius: 50%;
    right: 10px;
    bottom: 90px;
}

