@font-face {
    font-family: scribble;
    src: url(../Fonts/Scribbles-Regular.ttf);
}

body {
    height: 200vh;
    background-color: rgb(197, 197, 197);
}

.NavBar {
    background-color: rgb(124, 124, 124);
    height: 95px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 3px solid rgb(255, 158, 218);
    box-shadow: 3px 3px 4vh rgb(255, 205, 236);
    align-items: left;
    z-index: 1000;
}

.Nav-logo {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.Star  {
    height: 75px;
    padding-top: 5px;
}



.Links {
    padding-top: 25px;
    gap: 40px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.Links li {
    position: relative;
}

li a {
    color: white;
    text-decoration: none;
    font-family: scribble;
    font-weight: 900;
    font-size: 30px;

}

li a:hover {
    text-decoration: underline;
    color: rgb(255, 158, 218);
    text-shadow: 3px 3px 4vh rgb(253, 194, 231);
}

.ShopCart {
    position: absolute;
    left: 93%;
    padding-bottom: 3%;
    transform: translate(-50%, -50%);
}

.Cart {
    height: 40px;
}

.ShopCart img:hover {
    content: url(../Images/pinkcart.png);
    filter: drop-shadow(0 0 10px rgb(255, 192, 241)) drop-shadow(0 0 20px rgb(255, 172, 244));
}

.searchicon {
    position: absolute;
    left: 85%;
    padding-bottom: 3%;
    transform: translate(-50%, -50%);
}

.searchicon img:hover {
    content: url(../Images/searchpink.png);
    filter: drop-shadow(0 0 2vh rgb(255, 192, 241)) drop-shadow(0 0 4vh rgb(255, 172, 244));
}

.search {
    height: 40px;
}

.accessories {
    display: flex;
    justify-content: center;
}

.accessorie {
    height: 30%;
    width: 30%;
    padding-top: 7.5%;
}

.clothinglink {
    padding-top: 105px;
    gap: 40px;
    list-style: none;
    display: flex;
    justify-content: center;
    font-family: scribble;
    font-size: 30px;
    font-weight: bold;

}


