h2 {
    text-align: center;
    color: #333;
    font-family: Arial, sans-serif ;
}

h1 {
    text-align: center;
    color: #333;
    font-family: Arial, sans-serif;
}

h3{
    text-align: center;
    color: #333;
    font-family: Arial, sans-serif;
}

header {
    background-color: #a2e4ca;
    padding: 20px;
    border-radius: 5px;
    border: #60dab1 solid 1px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
}

nav ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

article {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    border: #0b3925 solid 1px;
    box-shadow: #58dca3 2px 2px 5px;
    margin-bottom: 20px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

footer {
    text-align: center;
    padding: 10px;
    font-size: x-small;
    font-family: Arial, sans-serif;
    background-color: #6beadb;
    border: 1px solid #ccc;
    border-radius: 5px;
}



#création {
     display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
}

#cré {
    border: 1px solid  #000000;
    border-radius: 5px;
}

#j{
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: #ccc;
}

body {
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
    background-color: #36D2E0;
}

main {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
    max-width: 400px;
}

img {
    width: 250px;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid;
}

#musica{
    align-items: center;
    ;
}

/* Lien non cliqué */
a:link {
color: #000000;
}
/* Lien déjà cliqué */
a:visited {
color: #000000;
}
/* Lien sur lequel la souris passe */
a:hover {
color: #0077ff57;
}
/* Lien sélectionné - Démo */
a:active {
color: #6e1ca9;
}

