main {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(55, 44, 41);
    text-align: center;
}

body {
    display: flex;
    background-color: #ddcebc;
    justify-content: center;
}

header {
    background-size: 140px 140px;
    background-color: #a6866b;
    border-radius: 5px;
    width: 800px;
    padding: 18px;
    margin-bottom: 60px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

header img {
  width: 120px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
}

section {
    padding-right: 40px;
    background-size: 140px 140px;
    background-color: #a6866b;
    background-color: ;
    border-radius: 5px;
    width: 800px;
    height: 400px;
    padding: 18px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}


section img {
  width: 200px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  border-radius: 5px;
}

h3 {
    text-decoration: underline;
}

nav ul {
    list-style: none;
 }

 nav a {
    color: rgb(84, 64, 54);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
}

nav a:hover {
    text-transform: uppercase;
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

audio {
    position: absolute;
    bottom: 40px;
    right: 35px;
}

#titre {
    position: absolute;
    bottom: 14px;
    right: 76px;
    text-decoration: none;
    color: rgb(78, 69, 59);
}
