body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-y: scroll;
    margin-bottom: 50%;
}

a{
    text-decoration:underline;
    color: black;
    background-color: #ff22c9;
}

#container {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

#liste {
    background-color: #ff22c9;
    position: sticky;
    top: 20px;
    left: 20px;
    width: 150px; 
    height: 150px;
    padding: 40px;
    border-radius: 10%;
    flex-shrink: 0;
}

#text {
    margin-left: 20px; 
    flex-grow: 1;
    padding: 40px;
    text-align: justify;
}

footer {
    background-color: black;
    color: aliceblue;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
