body {
    width: 100vw;
}

.container{
    height:450px;
}

.container .one {
    margin-right: 2rem;
    text-decoration: none;
    color: black;
}

.image img {
    height: 2rem;
    width: 2.5rem;
}

.second {
    display: flex;
    margin-left: 50rem;

}

.second .two {
    margin-right: 2rem;
    text-decoration: none;
    color: black;
}

.third .img {
    height: 15rem;
    width: 25rem;
    margin-left: 22rem;
    margin-top: -4rem;
}

.search {
    border: 0.5px solid rgb(198, 187, 187);
    padding: 0.5rem;
    border-radius: 2rem;
    width: 800px;
    height: 3.5rem;
    margin-left: 12rem;
}

.search .searchbar i {
    margin-left: 1rem;
    margin-top: 0.75rem;
    color: rgb(178, 172, 172);
}

.search .searchbar .extra {
    margin-left: 650px;
    margin-top: -1.95rem;
}

.search .searchbar .extra i {
    padding: 0.1rem;
    margin-right: 1rem;
    color: rgb(122, 107, 107);
}

.search:hover{
    box-shadow: 1px 1px 10px rgb(159, 154, 154);
}

.fourth{
    display: flex;
    justify-content: center;
    padding: 2rem;
    margin-left: 4rem;
    
}

.fourth div{
    padding: 0.5rem;
    margin-right: 5rem;
}

.fourth div:hover{
    border: 1px solid rgb(170, 163, 163);
    background-color: rgb(253, 250, 250);
    border-radius: 0.5rem;
}

.country{
    background-color: rgb(241, 238, 238);
    height: 4rem;
    padding: 1rem;
    text-align:justify;
}
.details{
    background-color: rgb(241, 238, 238);
    display: flex;
    justify-content: space-between;
    margin-right: 5rem;
    width: 100vw;
    margin-top: -1rem;
    height: 50px;
    padding: 2.20rem;
}

.details .firstdetails{
    margin-left: 0.5rem;
    margin-top: -1rem;
    display: flex;
}

.details .firstdetails div{
    margin-right: 1rem;
    padding: 1rem;
    margin-top: -1rem;
}

.details .seconddetails{
    display: flex;
}

.details .seconddetails div{
    margin-right: 1rem;
    padding: 1rem;
    margin-top: -2rem;
}
