*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/smile_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(4px);
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
}


/* ================================================================ POLICES =============================================================== */

@font-face {
  font-family: 'BowlbyOne';
  src: url('fonts/BowlbyOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family:'Satoshi';
  src: url('polices/Satoshi-Medium.woff') format('woff');
}




/* ======================================================= CONTENUE ========================================================= */

main{
  width: 70%;
  margin: 90px auto 50px;
  padding: 50px ;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #ffffff;
  background-color: #000000a2;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 300;

}

main h1{
  font-size: 2rem;
  font-weight: 1000px;
  font-family: "BowlbyOne", sans-serif;
}

main div{
  margin-bottom: 50px;
}


main div h1{
  margin-bottom: 15px;
}

.sae h1{
  text-align: center;
}

.hi h1{
  text-align: right;
}

.hi p {
  font-family: "Satoshi", sans-serif;
}

section{
  padding: 70px 0;
  padding:150px;
  height: 100vh;
}
