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

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

body
{
    background-color: rgb(210, 210, 210);
}

img
{
    width: 15%;
    height: auto;
}

.aiguille
{
    display: flex;
    justify-content: space-around;
}

.minute
{
    display: flex;
    justify-content: space-around;
}

.fff
{
    font-size: 25px;
    color: #58118f;
    margin-top: 45px;
    border: solid #58118f;
    border-radius: 10%;
    box-shadow: 10px 5px 5px rgb(144, 83, 201);
    background-color: rgb(216, 216, 216);
}

h1
{
    text-align: center;
    margin: 10%;
    color: rgb(236, 29, 129);
    font-size: 40px;
    margin-bottom: -30px;
}