*{
    margin: 0;
    padding: 0;
}
body{
    height: 100%;
    width: 100%;
   
   
}
.one{
    display: flex;
    justify-content: space-between;
    width: 100vw;
    background-color: rgb(187, 27, 27);
    color: white;
    height: 80px;
}

.first{
    display: flex;
}
.first1{
    display: flex;
}
.navi{
    margin: 10px;
    padding-top: 18px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.one h1{
    margin: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.two{
    height: 60px;
    background-color: rgb(156, 148, 148);
    display: flex;
    justify-content: center;
    align-items: center;
}
#search{
    height: 35px;
    width: 400px;
    max-width: 60%;
    border-radius: 5px;
    border: none;
    padding: 8px;
}
.btn{
    height: 35px;
    width: 90px;
    border-radius: 5px;
    border: none;
    background-color: rgb(210, 33, 33);
    color:white;
}
.outer{
    height: 200px;
    width: 100%;
    background-image: url("sand.jpeg");
    display: flex;
    flex-direction: column;
    
}
.inner{
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner>h2{
    background-color: black;
    display: inline;
    color: white;
    font-weight: bold;
    font-size: 30px;
    margin: 20px;
}
.inner button{
    height: 35px;
    width: 200px;
    background-color: rgb(210, 33, 33);
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 30px;
}
.third h2{
    font-size: 35px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.one1{
    margin: 20px;
    background-color: gray;
    width: 161px;
    border-radius: 5px;
}
.one1 img{
    height: 250px;
    border: 5px solid gray;
    border-radius: 5px;
}
.one1 h2{
    font-size: 20px;
    text-align: center;
    margin-top: -3px;
}
.container{
    display: flex;
    overflow-x: scroll;
}
.botom{
    margin-top: 10px;
    text-align: center;
}
.botom>img{
    max-width: 80%;
}

@media(max-width:650){
    .one{
        flex-direction: column;
    }
}