#landing-container{
    width: 85%;
    margin: auto;
    display:flex;
    /* border: 1px solid black; */
}
.landing-container1{
    width:20%;
    /* border: 1px solid black; */
    

}
.landing-container2{
    width:78%;
    margin-left: 2%;
    display:grid;
    grid-gap:10px;
    grid-template-columns: repeat(3,32%);

}
#landing-container2-small{
    text-align: center;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

}
#landing-container2-small p{
    color: black !important;
}
#landing-container2-small img{
    width:200px;
    height: 200px;
}
.landing-container1 select{
      width:100%;
      padding:10px;
      border:none;
      font-size: 17px;
      cursor: pointer;
      margin-top: 5px;
      border-bottom: 1px solid rgb(197, 191, 191);
}
#landing-container2-small button:hover{
     cursor: pointer;
     background-color:black;
     color:white;
     padding:10px;
     border-radius: 10px;
}
#landing-container2-small img:hover{
    width:250px;
    height:250px;
    border-radius: 40px;
    cursor: pointer;
}
.landing-container1 option{
    background-color: rgb(134, 130, 130);
    color: white;
    font-size:15px;
    

}
#landing-container2-small button{
    margin-bottom:5px;
    padding: 5px;
    border-radius:10px;
}
.landing-container1 select option:hover{
    text-decoration: underline;
    background-color:black;
}
#landing-container2-small h3:hover{
    text-decoration: underline;
}
#landing-container2-small:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width:300px;
    height:450px;
}
.landing-container1 button:hover{
    cursor: pointer;
    padding:15px 30px;
    background-color:black;
    color:white;
}