*{
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;    
}
body{
    background-color: #485461;
    background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
}

.container{
    display: flex;
    /* gap: 300px; */
    background-color:gainsboro;
    padding: 10px;
    font-size: 30px;
    justify-content: space-between;

}
.b1{
    list-style: none;
    
}


.home{
    margin-top: 0;
    padding: 4px;
    border-radius: 4px;
    background-color: rgb(135, 36, 56);
    color:white; }
.b1 a{
    text-decoration: none solid rgb(0, 0, 0);
    color:black;
    font-family: "Times New Roman";
}



.b1  a:hover{
    padding: 6px;
    border-radius: 4px;
   background-color: rgb(135, 36, 56);
    color:white; 
    transition: 2s;

}
ul{
    display:flex ;
    gap: 20px;
    font-size:20px ;
}
button  {
    height: 27px;
    width: 80px;
    border-radius: 4px;
   font-weight: 2px;
   background-color: rgb(135, 36, 56);
    color:white; 
}
button:hover{
    background-color: white;
    color:rgb(135, 36, 56) ;
    border-color:rgb(135, 36, 56);
    border-width:1px;
    transition:2s;
}

.search-input{
    height: 27px;
    width: 189px;
    border-radius: 5px;
    border: none;

    /* transition: scale(2s); */
}

.form-container{
    margin-top: 18rem;
    margin-left: 38rem;
    background-color: white;
    border-radius: 8px;
    height: 17rem;
    width: 30rem;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;

}
input{
    height:30px;
    width: 328px;
    border-radius: 6px;
}
:placeholder-shown{
    padding: 8px;;
}
input[type="text"]{
    font-weight: 6px;
}