body {
    margin: 0px;
}

.navBar1 {
    background-color: rgb(19, 25, 33);
    height: 60px;
    width: 100%;
    min-width: 1000px;

}

.location {
    height: 45px;
    margin-top: 5px;
    margin-left: 20px;
}

.English {
    height: 55px;
    margin-right: 0px;
}

.headerWrapper {
    display: flex;
    justify-content: space-between;
}

#searchBar {
    /* outline: 1px yellow solid; */
    display: inline-block;
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

#searchBar div {
    /* outline:1px rgb(255, 4, 0) solid; */
    display: inline-block;
    margin-top: 10px;
    height: 36px;

}

.searchDropdown {
    width: 50px;
    color: rgb(91, 89, 89);
    vertical-align: top;
    background-color: rgb(223, 225, 227);
    height: 35px;
    margin: 0;
    position: relative;
    border-radius: 3px 0 0 3px;
}

.searchDropdown p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 8px;
}

.searchInput {
    width: 100%;
    vertical-align: top;
    padding-left: 0px;
    padding-right: 0px;
}

.searchInput input {
    width: 100%;
    height: 30px;
    font-size: 14px;
}

.searchSubmit {
    width: 50px;
    margin: 0;
}

.browser {
    height: 37px;
}


.navBar {
    height: 55px;
}

.navBar2 {
    /* background-color: rgb(35, 47, 62); */
    background-color: orange;
    height: 40px;
    margin-top: 0px;
    overflow-x: scroll;
}


.categories1 p {
    margin: 0px;
}

.categories1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-left: 20px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: inline-block;
}

.categories1 a {
    text-decoration: none;
    color: white;
}


.categories2 p {
    margin: 0px;
}

.categories2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: inline-block;
}

.picture {
    /* border: 1px blue solid; */
    height: 500px;
    width: 645px;
    position: sticky;
    top: 0px;
}

.picture img {
    width: 100%;
}

.small{
    /* border: 1px orangered solid; */
    height: 80px;
    width: 645px;
    display: flex;
    gap: 10px;
    
}

.small1{
     width:80px;
    height:80px;
    padding-top: 3px;
}

.small1:hover{
    border: 2px rgb(33, 98, 161) solid;
    border-radius: 2px;
}

.small1 img{
width: 100%;
}


.introduction {
    /* border: 1px green solid; */
    height: 830px;
    width: 500px;
    position: relative;
    top: -500px;
    left: 645px;
    padding-left: 20px;
}

.introduction p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.introduction img {
    width: 50%;
}

.header p {
    font-size: 24px;
}

.about {
    font-size: 14px;
}

.about span {
    background-color: rgb(243, 200, 8);
    border-radius: 5px;
}

.about span:hover {
    color: rgb(33, 98, 161);
}

.customer p {
    font-size: 20px;
}

.comment {
    /* border: 1px palevioletred solid; */
    height: 500px;
    width: 800px;
    position: relative;
    left: 645px;
    top: -500px;
    padding-left: 20px;
    margin-top: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.top b {
    font-size: 20px;
}

.blackshadow{
    width: 30%;
}
.story img{
    width: 30%;
}

.story p{
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
}

.story img:hover{
    scale: 200%;
}

.healing{
    padding-top: 10px;
    width: 37%;
}

.dark{
    width: 35%;
    padding-top: 10px;
}

.more{
    font-size: 12px;
    color: darksalmon;
}

