*{
margin:0;
padding:0;
box-sizing:border-box;
}


body{

background:#FFF7F8;

color:#907A6F;

font-family:'Nunito', sans-serif;

}



nav{

display:flex;

justify-content:space-between;

align-items:center;

padding:30px 80px;

}



.logo{

font-family:'Cormorant Garamond', serif;

font-size:42px;

color:#907A6F;

}



nav ul{

display:flex;

gap:35px;

list-style:none;

}



nav a{

text-decoration:none;

color:#907A6F;

font-size:18px;

}



.hero{

text-align:center;

margin-top:50px;

}



.hero h1{

font-family:'Cormorant Garamond', serif;

font-size:90px;

line-height:1;

font-weight:600;

}



.hero p{

font-size:22px;

line-height:1.8;

color:#6d625d;

margin-top:35px;

}


.welcome{

font-size:24px !important;

}


footer{

text-align:center;

font-family:'Caveat', cursive;

font-size:30px;

padding:80px;

}

.pathway {

    position: relative;

    min-height: 600px;
}


.path-image {

    position:absolute;
   
    width:700px;
   
    left:50%;
   
    transform:translateX(-50%);
   
    bottom:-120px;
   
    opacity:0.9;
}


.sparkle {

    font-size:40px;

    color:#907A6F;

}

.comingsoon {

    text-align: center;
    
    font-family:'Cormorant Garamond', serif;

    font-size:42px;

    color:#907A6F;
    
}