@import url('https://fonts.googleapis.com/css?family=Advent+Pro|Dancing+Script&display=swap');

h2{
    text-transform: uppercase;

}

#nous {
    background-color:lightskyblu;
}

nav {
    overflow: hidden;
    background-color: #252b83;
    width: 100%;
    opacity: 0.9;
  }
  header li {
    float: right;
    font-size: 1.2em;
  }
  header li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 18px 16px;
  }
  #logo {
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    float: left;
  }


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Advent Pro', sans-serif;
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h2 {
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  font-size: 2em;
}
a {
  text-decoration: none;
  color: black;
}

h1 {
  font-family: 'Dancing Script', cursive;
  text-align: center;
  color: antiquewhite;
  font-size: 6em;
  text-shadow: 1px 3px 2px black;
}

#nous{
  text-align: center;
  font-size: 30px
}