.strophe {
    width: 100%;
    text-align: center;
    color: #ff1be3; 
    margin-bottom: 5px;
}

.surligner {
    color: #3e1bff; 
    font-weight: bold; 
}

.poeme {
    margin: auto;
    padding: 10px 20px 5px 20px;
    width: 50%;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.poeme p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.liens, .youtube-box, .spotify-box {
    float: left;
    width: 30%;
    padding: 15px;
    background-color: #ffc0cb;
    border-radius: 10px;
    margin-bottom: 10px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.liens ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
    width: 100%;
}


.media {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.media img {
    width: 80%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}


.youtube-box iframe {
    width: 100%;
    border-radius: 10px;
}


.spotify-box iframe {
    width: 100%;
    border-radius: 10px;
}



.portrait {
    width: 10%; 
    max-width: 150px; 
    height: auto;
    display: block;
    margin: 0 auto;
}


.paysage {
    display: block;
    margin: 15px auto;
    width: 10%;
    height: auto;
    align-self: center;
}

body {
    background: url("tvgirl.jpg") repeat;
    background-size: 20%;
    background-attachment: fixed;
    background-position: center;
}

h1 {
    font-family: Rubik, sans-serif;
    color: #5a69ff;
    font-size: 22px;
    text-align: center;
    font-weight: 800;
    font-style: italic;
    text-decoration: underline;
    background-color: azure;
}
button {
    background-color: #5a69ff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #3e1bff;
}
