body{
    margin: 0;
}
.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;
}

.notfound{
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color:  rgb(115, 113, 113);
}
.home{
    text-decoration: none;
    color: rgb(33, 98, 161);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.home:hover{
    color: orange;
}

.back {
    background-color: rgb(55, 71, 90);
    padding: 10px;
    text-align: center;
}

.top {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.top:hover{
    color: rgb(243, 200, 8);
}

.bottom{
    background-color: rgb(35, 47, 62);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.smallBottom{
    /* border: 1px white solid; */
    height: 400px;
    width: 300px;
    margin-top: 40px;
    text-align: center;
}

.smallBottom b{
    color: white;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;

}
.more{
    text-align: left;
    margin-left: 93px;
}

.more p{
    color: white;
    font-size: 14px;
}

.more2{
    text-align: left;
    margin-left: 75px;
}
.more2 p{
 color: white;
    font-size: 14px;
}

.more3{
    text-align: left;
    margin-left: 45px;
}
.more3 p{
 color: white;
    font-size: 14px;
}

.icon{
    height: 40px;
    background-color:rgb(19, 26, 34) ;
    text-align: center;
}

.icon p{
    margin-top: 0px;
    padding-top: 15px;
    color: white;
    font-size: 12px;
}


