body {
    font-family: Verdana, Tahoma, sans-serif;
    margin: 15px;
    background-color: #221515;
    color: #F7E1BC;
    padding: 6px;
    border: 1px solid #F7E1BC;
}

header {
    position: fixed;
    background-color: #F7E1BC;
    padding: 1rem ;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    box-shadow: 2px 3px 10px #000000;
    width: 95%;
}

h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    margin: 0; 
    color: #2f1b1b;
    text-shadow: 0px 1px 1px #54372B;
    margin-left: 1%;
}

h1:hover {
    cursor: pointer;
}
h1 a{
    color: #2f1b1b;
}


nav {
    flex-grow: 1; 
    

}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end; 
    margin-right: 50px;

}

nav li {
    display: inline-block;
    margin: 0 1rem;
}
nav a {
    text-decoration: none;
    color: #54372B;
    font-size: 15px;
    transition: width 2s, height 4s;
}

nav a:hover {
    color: #000000;
}

.AmbienceDesign p1{
    color: #F7E1BC;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 63px;
    font-weight: bold;
    margin-top: 200px;
    justify-content: center;
    text-shadow: 1px 2px 4px black;
    margin-bottom: 70%;

}
.AmbienceDesign {
    color: #fff;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1.2rem;
    margin-top: 250px;
    margin-left: 48%;
    justify-content: center;
    width: 50%;
}

.ambiencedes {
    margin-top: -35%;
    margin-left: -85%;
    margin-bottom: 20%;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.storeimg1 {
    height: 350px;
    width: 550px;
    border: 0.5px solid #F7E1BC;

    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.storeimg1:hover {
    transform: translateY(-10px);
    box-shadow: 0px 3px 8px #c5b190;
}
hr {
    margin-left: 10%;
}



.AmbienceDesign2 p1{
    color: #F7E1BC;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 73px;
    font-weight: bold;
    margin-top: 100px;
    justify-content: center;
    text-shadow: 1px 2px 4px black;
    margin-bottom: 10%;

}
.AmbienceDesign2 {
    color: #fff;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1.2rem;
    margin-top: 200px;
    margin-left: 4%;
    justify-content: center;
    width: 50%;
    margin-bottom: 0%;
}

.ambiencedes2 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.storeimg2 {
    height: 350px;
    width: 550px;
    margin-left: 105%;
    margin-top: -43%;
    margin-bottom: 20%;
    border: 0.5px solid #F7E1BC;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.storeimg2:hover {
    transform: translateY(-10px);
    box-shadow: 0px 3px 8px #c5b190;
}








.AmbienceDesign3 p1{
    color: #F7E1BC;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 63px;
    font-weight: bold;
    margin-top: 100px;
    justify-content: center;
    text-shadow: 1px 2px 4px black;
    margin-bottom: 70%;

}
.AmbienceDesign3 {
    color: #fff;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1.2rem;
    margin-top: 200px;
    margin-left: 48%;
    justify-content: center;
    width: 50%;
}

.ambiencedes3 {
    margin-top: -40%;
    margin-left: -85%;
    margin-bottom: 20%;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.storeimg3 {
    height: 350px;
    width: 550px;
    border: 0.5px solid #F7E1BC;

    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.storeimg3:hover {
    transform: translateY(-10px);
    box-shadow: 0px 3px 8px #c5b190;
}






.AmbienceDesign4 p1{
    color: #F7E1BC;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 73px;
    font-weight: bold;
    margin-top: 100px;
    justify-content: center;
    text-shadow: 1px 2px 4px black;
    margin-bottom: 10%;

}
.AmbienceDesign4 {
    color: #fff;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1.2rem;
    margin-top: 200px;
    margin-left: 4%;
    justify-content: center;
    width: 50%;
    margin-bottom: 0%;
}

.ambiencedes4 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.storeimg4 {
    height: 350px;
    width: 550px;
    margin-left: 105%;
    margin-top: -43%;
    margin-bottom: 20%;
    border: 0.5px solid #F7E1BC;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.storeimg4:hover {
    transform: translateY(-10px);
    box-shadow: 0px 3px 8px #c5b190;
}
