.btn
{
    height:100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;
}

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

h1
{
    text-align: center;
    background-color: rgb(197, 196, 225);
}

h2
{
    text-align: center;
}

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

div.liens
{
    text-align: center;
    border-radius: 10px;
    background-color: #ffb260;
    width: 200px;
    margin: auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
}

div.liens a
{
    text-decoration: none;
    color:rgb(85, 76, 76);
}

div.liens:hover 
{
    background-color: rgb(242, 146, 51);
}


img.logo_insta
{
    height:10%;
    width: 10%;
    border-radius: 30%;
    right: 10px;
    bottom: 90px;
}

