@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Russo+One&display=swap";nav{display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#f6e6cd;font-family:Quicksand,sans-serif}.sticky{z-index:10000;position:fixed;right:0;left:0;animation:slideDown .4s ease-in}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateZ(0%)}}nav>div:first-child{margin-left:40px;transition:transform .25s ease-in-out}nav>div:first-child:hover{cursor:pointer;transform:perspective(400px) translateZ(20px)}nav>div:first-child>a{display:flex;flex-direction:column;align-items:center}nav>div:first-child h2{font-family:Russo One,sans-serif;color:#f47726}nav>div:last-child{position:relative;z-index:9998;display:flex;align-items:center;gap:35px}nav ul{display:flex;gap:35px;list-style:none}nav ul>li{letter-spacing:.035em;font-weight:700}nav>div:last-child>a{display:block;border:2px solid black;border-radius:20px;padding:10px 30px;margin-right:40px}nav span{letter-spacing:.1em;font-weight:700}nav span:nth-child(2){color:#f47726}.cart-update{background-color:#fff;padding:15px;position:absolute;z-index:9999;top:57px;right:50px;border-radius:5px;box-shadow:-5px 5px 10px #0000001a,5px 5px 10px #0000001a,0 10px 10px #0000001a}.cart-update>div:first-child{display:flex;gap:80px;justify-content:space-between;padding-bottom:15px;border-bottom:1px solid #dcdcdc}.cart-update>div:first-child>div{display:flex;align-items:center;font-size:14px;gap:10px;line-height:1.5em;letter-spacing:.035em}.cart-update>div:first-child p{font-weight:600}.cart-update>div:first-child>div>img{height:20px}.cart-update>div:first-child>img{height:30px}.cart-update>div:first-child>img:hover{cursor:pointer}.cart-update>div:nth-child(2){margin-top:15px;display:flex;gap:10px;justify-content:space-between;font-size:14px;line-height:1.5em;letter-spacing:.035em}.cart-update>div:nth-child(2)>div{display:flex;gap:10px}.cart-update>div:nth-child(2) img:first-child{height:50px}.cart-update>div:nth-child(2) p:first-of-type{font-weight:400}.cart-update span{font-weight:700;color:#252525}.cart-update>div:nth-child(2)>img:last-child{margin-right:7px;height:20px;align-self:center}.cart-update>div:nth-child(2)>img:last-child:hover{cursor:pointer}.cart-update button{margin-top:15px;width:100%;padding:10px;background-color:#ff7e1be6;color:#000;border-radius:8px;border:none;font-family:Quicksand,sans-serif;letter-spacing:.01em;line-height:1.2em;font-weight:700;transition:all .25s ease-in-out}.cart-update button:hover{background-color:#ff7e1bcc;cursor:pointer;transform:scale(1.03);box-shadow:0 4px 8px #0000004d}.cart-update>p{font-size:14px;line-height:1.5em;letter-spacing:.035em;text-align:center;text-decoration:underline}.cart-update>p:hover{cursor:pointer}.nav-mobile>img{margin-left:40px;height:30px}.nav-mobile>div:nth-child(2){transition:transform .25s ease-in-out}.nav-mobile>div:nth-child(2):hover{cursor:pointer;transform:perspective(400px) translateZ(20px)}.nav-mobile>div:nth-child(2)>a{display:flex;flex-direction:column;align-items:center}.nav-mobile>div:nth-child(2) h2{font-family:Russo One,sans-serif;color:#f47726}.nav-mobile>div:last-child{gap:0px}.nav-mobile>div:last-child>a{padding:0;border:none;display:flex;flex-direction:column;justify-content:flex-start}.nav-mobile>div:last-child>a>span{align-self:flex-end;color:#f47726;font-size:15px;margin-top:-10px}.nav-mobile>div:last-child>a>img{height:30px;margin-top:-10px}.nav-menu{z-index:1000;background-color:#fff;height:100%;padding-top:10px;padding-left:50px;padding-right:130px;position:fixed;left:-100%;top:72px;transition:all .4s ease-in-out}.menu-open{left:0;box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.nav-menu>ul{height:100%;list-style:none;display:flex;gap:30px;flex-direction:column}.nav-menu ul>li{letter-spacing:.035em;font-weight:600}@media (max-width: 850px){.cart-update{top:50px;width:400px}}@media (max-width: 600px){.nav-mobile>div:nth-child(2) h2{font-size:20px}.nav-mobile>div:nth-child(2) h3{font-size:16px}.nav-mobile>img{margin-left:0}.nav-mobile>div:last-child>a{margin-right:0}.nav-menu{padding-left:10px;padding-right:80px;top:64px}.cart-update{top:46px;right:0;width:320px}}@media (max-width: 400px){.cart-update{width:250px}.cart-update>div:first-child{gap:20px}.cart-update>div:first-child p{font-size:12px}.cart-update>div:nth-child(2) p:first-of-type{font-size:13px}}footer{padding:50px 50px 0;margin-top:40px;display:flex;flex-direction:column;align-items:center}footer>div:first-child{margin-bottom:20px;transition:transform .25s ease-in-out}footer>div:first-child:hover{cursor:pointer;transform:perspective(400px) translateZ(20px)}footer>div:first-child>a{display:flex;flex-direction:column;align-items:center}footer>div:first-child h2{font-family:Russo One,sans-serif;color:#f47726}footer>ul{list-style:none;display:flex;gap:30px;font-weight:700;letter-spacing:.035em}footer>div:last-child{margin-top:50px;padding-top:10px;padding-bottom:30px;width:100%;border-top:2px solid black;display:flex;flex-direction:column;align-items:center;font-size:14px;letter-spacing:.035em;font-weight:500;text-align:center}a{text-decoration:none;color:#252525}footer>div:last-child>a{display:flex;gap:10px;align-items:center}footer img{height:1.5rem}.newsletter{padding:50px;margin-top:50px;display:flex;flex-direction:column;align-items:center}.newsletter>h2{max-width:1000px;font-size:48px;letter-spacing:.01em;line-height:1.2em;text-align:center;font-family:Russo One,sans-serif;margin-bottom:20px}.newsletter>p:nth-child(2){max-width:1000px;font-size:18px;letter-spacing:.035em;line-height:1.5em;text-align:center;margin-bottom:30px}.newsletter>div{display:flex;gap:20px;margin-bottom:15px}.newsletter input{width:300px;border:2px solid black;padding:10px;border-radius:15px;font-family:Quicksand,sans-serif}.newsletter button{background-color:#fff;font-family:Quicksand,sans-serif;letter-spacing:.1em;font-weight:700;padding:10px 30px;border-radius:40px;transition:transform .25s ease-in-out}.newsletter button:hover{cursor:pointer;transform:perspective(400px) translateZ(20px)}.newsletter>p:last-child{font-size:14px;color:#8c8c8c;text-align:center}.newsletter span{cursor:pointer;text-decoration:underline}@media (max-width: 600px){.newsletter>h2{font-size:35px}.newsletter>p:nth-child(2){font-size:14px}.newsletter>p:last-child{font-size:12px}.newsletter input{width:200px}.newsletter button{font-size:12px}footer{padding-left:10px;padding-right:10px}}@media (max-width: 460px){.newsletter input{width:150px}.newsletter button{padding-left:15px;padding-right:15px}}@media (max-width: 380px){.newsletter>div{gap:5px}.newsletter input{width:120px}}#root{position:fixed;height:100%;width:100%;overflow:auto;color:#252525;font-family:Quicksand,sans-serif}header{padding-left:50px;box-sizing:border-box;padding-top:10px;background-color:#f6e6cd;height:calc(100% - 72px);display:flex;align-items:center;justify-content:center;gap:100px}header h1{max-width:820px;font-size:56px;font-family:Russo One,sans-serif;letter-spacing:.01em;line-height:1.2em;margin-bottom:40px}header p{max-width:820px;font-size:18px;font-family:Quicksand,sans-serif;letter-spacing:.01em;line-height:1.5em;margin-bottom:40px;text-align:justify}header button{padding:10px 20px;border-radius:20px;border:none;background:#f47726;opacity:.9;transition:all .25s ease-in-out}header button:hover{cursor:pointer;transform:perspective(400px) translateZ(20px);opacity:1}header a{font-family:Quicksand,sans-serif;letter-spacing:.1em;color:#fff}header>img{height:min(100%,1300px);border-top-left-radius:30%}.collections-home,.trending-home{padding:50px;margin-top:20px}.collections-home>p:first-child,.trending-home>p:first-child{letter-spacing:.035em;margin-bottom:5px}.collections-home>h2,.trending-home>h2{margin-bottom:5px;font-size:48px;letter-spacing:.01em;font-family:Russo One,sans-serif}.collections-home>div:nth-child(3),.trending-home>div:nth-child(3){display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.collections-home>div:nth-child(3)>p,.trending-home>div:nth-child(3)>p{font-size:18px;letter-spacing:.035em;display:flex}.collections-home button,.trending-home button{letter-spacing:.1em;padding:10px 30px;background-color:#fff;border:3px solid black;border-radius:40px;transition:transform .25s ease-in-out}.collections-home button:hover,.trending-home button:hover{cursor:pointer;transform:perspective(400px) translateZ(20px)}.collections-home>div:last-child,.trending-home>div:last-child{display:flex;gap:20px}.collections-home>div>div,.trending-home>div>div{width:calc((100% - 60px)/4);transition:transform .25s ease-in-out}.collections-home>div>div:hover,.trending-home>div>div:hover{transform:perspective(400px) translateZ(10px);cursor:pointer}.collections-home>div>div img,.trending-home>div>div img{object-fit:cover;width:100%;aspect-ratio:1 / 1;border-radius:10px;margin-bottom:5px}.trending-home>div>div img{box-sizing:border-box;padding:15%;object-fit:contain;aspect-ratio:1 / 1;border:2px solid black}.collections-home>div>div p{font-size:18px;font-weight:500;letter-spacing:.035em}.trending-home>div>div p:nth-child(2){font-size:18px;font-weight:500;letter-spacing:.035em;margin-bottom:5px}.trending-home>div>div p:last-child{font-size:20px;font-weight:700;letter-spacing:.035em}@media (max-width: 1170px){header{flex-wrap:wrap-reverse;justify-content:center;align-items:normal;height:max-content;padding-bottom:50px;padding-right:50px}header>img{height:auto;width:75%}}@media (max-width: 810px){.collections-home>div:nth-child(3),.trending-home>div:nth-child(3){flex-wrap:wrap;gap:20px}.collections-home>div:last-child,.trending-home>div:last-child{flex-wrap:wrap;justify-content:center;gap:40px}.collections-home>div>div,.trending-home>div>div{width:250px}}@media (max-width: 600px){header{gap:40px}header>img{width:100%}header h1{font-size:40px}header p{font-size:16px}}.shop-header{padding:50px;margin-top:60px;margin-bottom:60px;display:flex;flex-direction:column;align-items:center}.shop-header>p:first-child{letter-spacing:.035em;line-height:1.5em}.shop-header>h2{font-size:48px;line-height:1.2em;letter-spacing:.01em;font-family:Russo One,sans-serif;text-align:center}.shop-header>p:last-child{font-size:18px;line-height:1.5em;letter-spacing:.035em;text-align:center}.shop-collections{padding:50px;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.shop-collections>div:first-child>div{padding:50px 30px;width:628px;box-shadow:-10px 0 10px -5px #0000001a,10px 0 10px -5px #0000001a}.shop-collections>div:first-child>div>p:first-child{letter-spacing:.035em;line-height:1.5em;margin-bottom:10px}.shop-collections>div:first-child>div>h2{font-size:40px;line-height:1.2em;letter-spacing:.01em;font-family:Russo One,sans-serif;margin-bottom:20px}.shop-collections>div:first-child>div>p:nth-child(3){line-height:1.5em;letter-spacing:.035em;margin-bottom:20px}.shop-collections button{letter-spacing:.1em;padding:10px 20px;background-color:#fff;border:3px solid black;border-radius:40px;transition:transform .25s ease-in-out}.shop-collections button:hover{cursor:pointer;transform:perspective(100px) translateZ(8px)}.shop-collections>div:first-child>img{object-fit:cover;width:688px;height:375px;box-shadow:0 10px 30px #0000004d}.shop-collections>div:last-child{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:20px}.shop-collections>div:last-child>div>div{padding:15px;width:304px;box-shadow:-10px 0 10px -5px #0000001a,10px 0 10px -5px #0000001a}.shop-collections>div:last-child p:first-child{line-height:1.5em;letter-spacing:.035em;margin-bottom:2px}.shop-collections>div:last-child h2{font-size:24px;font-family:Russo One,sans-serif;margin-bottom:2px;line-height:1.4em;letter-spacing:.01em}.shop-collections>div:last-child p:nth-child(3){margin-bottom:11px;line-height:1.5em;letter-spacing:.035em}.shop-collections>div:last-child>div>img{object-fit:cover;width:334px;height:150px;box-shadow:0 10px 30px #0000004d}@media (max-width: 800px){.shop-collections>div:first-child{width:100%}.shop-collections>div:first-child>div{width:calc(100% - 60px)}.shop-collections>div:first-child>img{width:100%;height:auto}.shop-collections>div:last-child{width:100%}.shop-collections>div:last-child>div{width:100%}.shop-collections>div:last-child>div>div{width:calc(100% - 30px)}.shop-collections>div:last-child>div>img{width:100%;height:150px}}@media (max-width: 640px){.shop-collections>div:last-child{grid-template-columns:1fr}}.products-header{padding:50px;margin-top:50px;margin-bottom:50px;display:flex;flex-direction:column;align-items:center}.products-header>h2{font-size:48px;line-height:1.2em;letter-spacing:.01em;font-family:Russo One,sans-serif;text-align:center}.products-header>p{max-width:1000px;text-align:center;font-size:18px;line-height:1.5em;letter-spacing:.035em}.navigation{padding:0 50px;line-height:1.5em;letter-spacing:.035em}.navigation>span:nth-child(2){color:#f47726;font-weight:700}.navigation>span:last-child{font-weight:700}.cards{padding:50px;display:flex;flex-wrap:wrap;gap:50px;justify-content:center}.card{width:300px;transition:transform .25s ease-in-out}.card:hover{cursor:pointer;transform:perspective(100px) translateZ(5px)}.card>img{width:100%;box-sizing:border-box;padding:15%;object-fit:contain;aspect-ratio:1 / 1;border:2px solid black;border-radius:10px;margin-bottom:5px}.card>p:nth-child(2){font-size:18px;letter-spacing:.035em;line-height:1.5em;font-weight:500}.card>p:last-child{font-size:20px;line-height:1.5em;letter-spacing:.035em;font-weight:700}@media (max-width: 400px){.card{width:250px}}.product-page{position:relative;z-index:1;padding:50px}.product-page>p:first-child a:hover{border-bottom:1px solid #252525}.product-page>p:first-child>span:first-child{font-size:14px;line-height:1.5em;letter-spacing:.035em}.product-page>p:first-child>span:nth-child(2){color:#f47726;font-weight:700}.product-page>p:first-child>span:last-child{font-weight:700;font-size:14px;line-height:1.5em;letter-spacing:.035em}.product-content{margin-top:20px;display:flex;gap:50px}.product-content>div:first-child{width:400px;flex-shrink:0}.product-content>div:first-child>img{width:100%;box-sizing:border-box;padding:10%;object-fit:contain;aspect-ratio:4 / 5;border:2px solid black;border-radius:10px}.product-content>div:last-child>p:first-child{font-size:40px;font-weight:700;line-height:1.2em;letter-spacing:.035em;overflow-wrap:break-word;margin-bottom:10px}.product-content>div:last-child>p:nth-child(2){font-size:24px;font-weight:600;line-height:1.4em;letter-spacing:.035em;margin-bottom:10px}.rating{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;line-height:1.5em;letter-spacing:.035em;margin-bottom:10px}.product-content>div:last-child>p:nth-child(4){font-size:16px;font-weight:500;line-height:1.5em;letter-spacing:.035em}.addToCart{margin-top:30px;display:flex;gap:50px}.addToCart>div:first-child{background-color:#edf6f9;display:flex;align-items:center;gap:50px;padding:13px;border-radius:8px}.addToCart>div:first-child img:hover{cursor:pointer}.addToCart>div:first-child>span{font-weight:700}.addToCart>div:last-child{background-color:#ff7e1be6;color:#000;display:flex;align-items:center;gap:10px;font-weight:700;padding:13px 70px;border-radius:8px;transition:all .25s ease-in-out}.addToCart>div:last-child:hover{background-color:#ff7e1bcc;cursor:pointer;transform:scale(1.03);box-shadow:0 4px 8px #0000004d}@media (max-width: 1170px){.product-content{flex-wrap:wrap;justify-content:center}}@media (max-width: 570px){.addToCart>div:last-child{padding-left:50px;padding-right:50px}}@media (max-width: 530px){.product-content>div:first-child{width:100%}.product-content>div:last-child>p:first-child{font-size:30px}.product-content>div:last-child>p:nth-child(4){font-size:14px}.addToCart>div:last-child{padding-left:30px;padding-right:30px}.addToCart>div:first-child{gap:30px}}@media (max-width: 450px){.addToCart{gap:20px}}@media (max-width: 420px){.rating{flex-wrap:wrap}.product-content>div:last-child{width:100%}.addToCart{flex-wrap:wrap;width:100%}.addToCart>div:first-child{width:100%;justify-content:space-between}.addToCart>div:last-child{width:100%;justify-content:center}}.cart{padding:50px 50px 60px;line-height:1.5em;letter-spacing:.035em}.cart>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.cart>div:first-child>h2{font-family:Russo One,sans-serif;font-size:30px;letter-spacing:.01em}.cart>div:first-child>p{border-bottom:1px solid black;transition:all .25s ease-in-out}.cart>div:first-child>p:hover{border-bottom:2px solid black}.cart-content{display:grid;grid-template-columns:4fr 1fr 1fr;row-gap:50px}.cart-content>p{border-bottom:2px solid rgba(0,0,0,.5);padding-bottom:10px;font-weight:500}.cart-item{display:flex;gap:50px}.cart-item p{max-width:500px}.cart-item>img{width:130px;box-sizing:border-box;padding:10px;object-fit:contain;aspect-ratio:1 / 1;border:2px solid black;border-radius:10px}.cart-item>div>p:first-child{font-size:18px;font-weight:500;margin-bottom:8px}.cart-item>div>p:first-child:hover{cursor:pointer;text-decoration:underline}.cart-quantity+div{margin-top:10px;font-weight:600}.cart-quantity{height:15px;width:max-content;background-color:#edf6f9;display:flex;align-items:center;gap:30px;padding:13px;border-radius:8px}.cart-quantity>img:hover{cursor:pointer}.cart-quantity>span{font-weight:600}.cart>div:last-child{margin-top:50px;border-top:2px solid rgba(0,0,0,.5);padding-top:70px;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.cart>div:last-child>p:first-child{font-size:20px;font-weight:500}.cart>div:last-child span{margin-left:10px;font-weight:700}.cart>div:last-child>p:nth-child(2){font-size:12px}.cart>div:last-child button{background-color:#ff7e1be6;color:#000;padding:15px 130px;border-radius:8px;border:none;font-family:Quicksand;font-size:15px;font-weight:700;letter-spacing:.035em;transition:all .25s ease-in-out}.cart>div:last-child button:hover{background-color:#ff7e1bcc;cursor:pointer;transform:scale(1.03);box-shadow:0 4px 8px #0000004d}.cart-content>p:nth-child(3){display:flex;justify-content:flex-end}.cart-content>div:nth-of-type(3n){display:flex;justify-content:flex-end}@media (max-width: 750px){.cart-content{grid-template-columns:4fr 1fr}.cart-content>p:nth-child(2){display:flex;justify-content:flex-end}.cart-content>div:nth-of-type(2n){display:flex;justify-content:flex-end}.cart-item>div>div:last-child{margin-top:8px}.cart-item+div{font-weight:600}}@media (max-width: 600px){.cart-item{gap:20px}.cart-item>img{width:100px}.cart-item>div>p:first-child{font-size:14px}.cart-item>div>p:nth-child(2){font-size:12px}.cart-item+div{font-size:14px}}@media (max-width: 500px){.cart{padding-left:20px;padding-right:20px}}@media (max-width: 380px){.cart>div:first-child{gap:10px;flex-wrap:wrap}.cart-item{gap:10px}.cart-item>div>p:first{font-size:12px}.cart-item>div>p:nth-child(2){font-size:10px}.cart-item+div{font-size:12px}.cart-quantity{gap:15px}.cart>div:last-child button{width:100%;padding-left:0;padding-right:0}}@media (max-width: 350px){.cart-item>img{width:80px}}.about-header{padding:50px;min-height:300px;background-color:#f6e6cd;display:flex;flex-direction:column;gap:15px;justify-content:center;align-items:center}.about-header>h1{font-size:56px;font-family:Russo One,sans-serif;line-height:1.2em;letter-spacing:.01em;text-align:center;max-width:800px}.about-header>p{text-align:center;font-size:18px;font-weight:500;line-height:1.5em;letter-spacing:.035em;max-width:800px}.about-content{margin-top:80px;padding:50px;display:flex;gap:80px;justify-content:center}.about-content h2{font-family:Russo One,sans-serif;font-size:48px;line-height:1.2em;letter-spacing:.035em;margin-bottom:15px}.about-content p{text-align:justify;font-size:18px;line-height:1.5em;letter-spacing:.035em;max-width:764px}.about-content>div>p:nth-child(2){margin-bottom:30px}.about-content img{width:600px;object-fit:cover;aspect-ratio:1 / 1}.about-content>div:first-child{display:flex;flex-direction:column;justify-content:center}@media (max-width: 1350px){.about-content{flex-wrap:wrap-reverse;justify-content:center}}@media (max-width: 800px){.about-header h1{font-size:40px}.about-header>p{font-size:14px}.about-content img{width:100%}.about-content h2{font-size:40px}.about-content p{font-size:16px}}@media (max-width: 500px){.about-header h1,.about-content h2{font-size:36px}.about-content p{font-size:14px}}.contact-content{padding:50px;display:flex;flex-wrap:wrap-reverse;gap:120px;justify-content:center}.contact-content>div:first-child{flex-shrink:0;width:600px;display:flex;flex-direction:column}.contact-content h2{font-family:Russo One,sans-serif;font-size:48px;line-height:1.2em;letter-spacing:.035em;margin-bottom:15px}.contact-content p{font-size:18px;line-height:1.5em;letter-spacing:.035em;margin-bottom:15px}.contact-content form{display:flex;gap:13px;flex-direction:column}.contact-content label{font-weight:500;line-height:1.5em;letter-spacing:.035em}.contact-content input{box-sizing:border-box;width:100%;height:35px;padding:5px;border:1px solid #252525;border-radius:10px;font-family:Quicksand,sans-serif;line-height:1.5em;letter-spacing:.035em}.contact-content form>div:nth-child(3){display:flex;flex-direction:column}.contact-content textarea{resize:none;font-family:Quicksand,sans-serif;font-size:14px;line-height:1.5em;letter-spacing:.035em;padding:5px;height:150px;border-radius:10px;border:1px solid #252525}.contact-content form>div:nth-last-child(2){display:flex;align-items:center;gap:10px}.contact-content form>div:nth-last-child(2) label{font-size:14px;font-weight:400}#terms{height:15px;width:15px}.contact-content button{margin-top:20px;padding:6px 10px;width:100px;border-radius:15px;background-color:#252525;color:#fff;font-family:Quicksand,sans-serif;font-weight:700;line-height:1.5em;letter-spacing:.1em;transition:all .25s ease-in-out}.contact-content button:hover{cursor:pointer;transform:scale(1.03)}.contact-content img{object-fit:cover;height:650px}.contact{padding:50px;display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.contact-card{width:300px;display:flex;flex-direction:column;gap:15px}.contact-card>img{height:40px;display:block;align-self:flex-start}.contact-card>h3{font-size:32px;line-height:1.3em;letter-spacing:.035em}.contact-card>p:nth-child(3){text-align:justify;letter-spacing:.035em;line-height:1.5em}.contact-card>p:last-child{text-decoration:underline;letter-spacing:.035em;line-height:1.5em}@media (max-width: 700px){.contact-content>div:first-child{width:100%}.contact-content img{height:auto;width:100%}}@media (max-width: 500px){.contact-content h2{font-size:40px}.contact-content p{font-size:14px}}*{margin:0;padding:0}html,body{height:100%}
