.strophe {
    text-align: center;
    color: white;
    font-family: Times New Roman
}

.surligner {
    color: #BE0DF2;
    text-decoration: underline;
}

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

.title {
    font-size: 22px;
    background-color: none;
    font-family: Times New Roman;
    color: #25B0F2;
    text-align: right;
}

.entete {
    text-align: center;
}

.link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    background-color: none;
    color: #25B0F2;
    position: sticky;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    background-color: #2c0d7471;
    height: 50vh;
    border-radius: 15px;
    padding: 10px;
}

.poem {
    border-radius: 30px;
    width: 60%;
    background-color: rgba(0, 0, 255, 0.24);
    padding: 30px;
}

body {
    background-image: url("ciel.jpg");
    background-size: cover;
}

.music {
    text-align: center;
    color: white;
}

.btn_ecoute {
    color: whitesmoke;
}

.image-centree {
    transition: 1s !important;
}

.image-centree:hover {
    border-radius: 30px;
}

img:hover {
    border-radius: 30px;
}

img {
    transition: 0.3s;
}