h1
{
    text-align: center;
    color: rgb(68, 208, 255);
    font-size: 50px;
    background-color: rgb(255, 73, 170) ;
}
body
{
    margin: 0;
    padding: 0;
    padding:0;
    text-align: center;
    background-color: rgb(68, 208, 255);
}
h2
{
    color: rgb(255, 73, 170);
    text-decoration: wavy;
    font-size: 27px;
}
.liste
{
    color:rgb(255, 73, 170);
    font-size: 30px;
    font-family: garamond;
}
.miami {
    position: fixed;
    left: 5px;
    top: 5px;
    height: 250px;
}
.bt_1{
    transition: all .2s ease-in-out;
}
.bt_1:hover {
    transform: scale(1.1);
}
.btn {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.icone{
    width: 50px;
    cursor: pointer;
}
a:link {
    text-decoration: none !important;
    color: deeppink;
}
a:hover {
    background-color: aliceblue;
}
a:visited {
    color:rgb(255, 73, 170);
}