.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: rgb(7, 7, 48);
}

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;
    color: rgb(252, 212, 14);
}

p
{
    float: left;
    display: block;
    width: 600px;
    margin-top: 100px;
    position: absolute;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(252, 212, 14);
}

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

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

.tenor-gif-embed
{
    max-width: 280px;
    border: thick double rgb(34, 34, 39);
    position: fixed;
    top: 400px;
    left: 120px;
}