:root{font-family:"M PLUS Rounded 1c Bold",-apple-system,BlinkMacSystemFont,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideInFromRight{0%{transform:translate(100%) rotate(180deg)}to{transform:translate(0) rotate(180deg)}}header{height:100vh}body{margin:0;padding:0}ul{list-style-type:none;margin:0;padding:0;display:flex;gap:5%}h1{padding:0;margin:0;font-family:Wellfleet;font-size:10vw;font-weight:800;color:#f69574;text-transform:uppercase;animation:fadeInAnimation ease 2s}h2{background-color:none;background:none;font-family:Wellfleet;font-size:1.5vw;font-weight:400;text-transform:uppercase;color:#f69574;animation:fadeInAnimation ease 2s}h4{font-size:1.5em;font-weight:700;margin-top:10%}img.logo{width:2em}main{color:#feebdd;background-color:#f69574}.overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;flex:1;background-color:#feebdd}.text{display:flex;flex-direction:column;align-items:center;flex:1;justify-content:center;align-self:center}.element{width:15em;z-index:10}.element:nth-of-type(1){top:0;left:0;margin-right:auto;animation:slideInFromTop ease 1s}.element:nth-of-type(2){margin-left:auto;transform:rotate(180deg);animation:slideInFromRight ease 1s}main{display:flex;padding:10% 0;flex-direction:row;align-self:center;align-items:center;justify-content:space-evenly;width:100%;gap:5%}main img{width:30%}h3{font-size:2em;font-weight:700}p{font-family:"M PLUS Rounded 1c",sans-serif;font-weight:400;margin:0}.info{width:50%}footer{background-color:#feebdd;width:100%;display:flex;align-items:center;justify-content:center}footer p{font-family:"M PLUS Rounded 1c",sans-serif;font-weight:500;color:#f69574;padding:2.5% 0;text-align:center;width:90%}.info a{color:#feebdd;text-decoration:underline;font-weight:600}.deconventie{margin-top:5%}.mainLogo{width:55%}@media screen and (max-width:650px){main{flex-direction:column}.info{width:90%}main img{width:90%}h1{font-size:14vw}h2{font-size:4vw}.mainLogo{width:90%}}
