html {
  background-color: #fcfcfc;
}

body {
  width: 90%;
  margin: auto auto;
  background-color: #302c2c;
  padding: 0 20px 20px 20px 20px;
  border-left: 3px solid black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
}

#barrenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 90%;
    align-items center;
    background-color: #302c2c;
}

#barrenav li a {
    display: block;
    color: #ffffff;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    margin: 20px 20px;
    
}

#barrenav li {
    float: left;
}

li a:hover:not(.active) {
    background-color: #9a8874;
    color: white;
}

.active{
  background-color: #9a8874;
    color: white;
}

fieldset{
  padding-top: 75px;
}

p1 {
  font-family: cursive;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  color: white;
}

#message {
  height: 50px;
  width: 300px;
  margin-top: 20px;
  margin-left: 10%;
}

#envoyer {
  height: 40px;
  width: 80px;
}

p2 {
  font-family: cursive;
  padding-left: 42%;
  font-size: 30px;
  color: white;
}

p3 {
  font-family: cursive;
  padding-left: 41%;
  font-size: 30px;
  color: white;
}

p4 {
  font-family: cursive;
  padding-left: 40%;
  font-size: 30px;
  color: white;
}

p5 {
  color: #9a8874;
  width: 800px; 
  overflow: hidden; 
  padding-left: 38%;
  font-weight: 1000;
  font-family: cursive;
  font-size: 35px;
}

#contact {
  width: 35%;
  margin-left: 35%;
}

