body {
    background-color: black;
    background-image: url(images/space.jpg);
    font-family: "Knewave", system-ui;
    font-weight: 400;
    font-style: normal;
}


h1>img {
    width: 900px;
    height: 245px;
    display: flex;
    margin: auto;
    border: 5px solid antiquewhite;
    border-radius: 20px;
}

article {
    width: 900px;
    background-color: antiquewhite;
    margin: auto;
    border-radius: 20px;
    margin-top: 100px;
    padding-bottom: 20px;
}

article>p {
    padding-left: 100px;
    padding-top: 100px;
    padding-right: 200px;
    font-size: 30px;
}

.boutons {
    display: flex;
    padding: 50px;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    position: absolute;
    top: 270px;
    right: 480px;
}

button {
    font-family: "Knewave", system-ui;
    padding: 10px;
    font-size: 20px;
    -webkit-text-stroke: 2px #ff66ff;
    color: #FFFFFF;
    background-color: rgba(204, 0, 204, 0.80);
    border-radius: 24px;
    cursor: pointer;
    margin-right: 20px;
}

button:hover {
    background-color: #ff66ff;
    box-shadow: 1px 1px 4px #777777;
    -webkit-box-shadow: 1px 1px 4px #777777;
    -moz-box-shadow: 1px 1px 4px #777777;
}


.box {
    width: 300px;
    background: linear-gradient(180deg, #d474d4, #bac2ff);
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;

}

.box-header {
    background-color: #9e2176;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
}

.box-content {
    padding: 15px;
    text-align: center;
}

audio {
    width: 100%;
    border-radius: 5px;
    outline: none;
}

.lecteur {
    position: absolute;
    top: 500px;
    right: 300px;
}

.amuse {
    position: absolute;
    top: 650px;
    right: 300px;
}

.box-content>img {
    width: 130px;
}

.boutons_case {
    position: absolute;
    top: 730px;
    right: 300px;
}

li {
    list-style: none;
}

footer > a {
    color:white;
    text-decoration: none;
}

footer{
    text-align: right;
}