/* css de mon projet helloworld */
body{
  color: #2E2C2F;
  background-color: #BACDB0;
  margin: 0;
}

main, footer{
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  text-indent: 30px;
  font-size: 17px;
  line-height: 1.333;
  max-width: 65ch;  
  margin: 0 auto;
}

h1{
  font-family: "Condiment", static;
  font-weight: 400;
  font-style: normal;
  font-size: 135px;
  text-indent: 0;
  margin: 30px;
  margin-top: 100px;
}


h2{
  font-family: "Rubik Mono One", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  text-indent: 0;
  line-height: 1.5;
}
.sec{
  margin-top: 45px;
}

a{
    color: #F3E8EE;
}

footer{
  text-align: center;
  background-color: #729B79;
  width: 100%;
  max-width: none;
  height: 100px;
  line-height: 100px;
}