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

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

body
{
    background-color: aquamarine;
}

h1
{
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border: thick double #525151;
    display: inline-block;
    margin: auto;
    margin-left: 18%;
    position: absolute;
}

p
{
    float: left;
    display: block;
    width: 600px;
    margin-top: 100px;
    position: absolute;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.mercedes2
{
    width: 570px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: thick double rgb(34, 34, 39)
}

.casquemercedes
{
    width: 250px;
    position: absolute;
    bottom: 10px;
    right: 100px;
    border: thick double rgb(34, 34, 39);
}

.gif-container 
{
    max-width: 300px;
    border: thick double rgb(34, 34, 39);
    top: 395px;
    left: 165px;
    position: relative;
}
  