.main{
    height: 100vh;
}

/* .navbar {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right:100px;
}

ul{
    float: unset;
}

.icon{
    float: unset;
    width: 15%;
    text-align: right;
}

.menu{
    width: 50%;
    float: right;
} */

.search{
    float: unset;
    width: 20%;
    text-align: right;
}

.search-box{
    margin-top: 14px;
}

.input-search{
    padding: 8px 12px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border: solid darkblue;
    background: transparent;
}

.btn-search{
    height: 23px;
    padding: 8px 25px 10px 25px;
    float: right;
    background: skyblue;
    color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* .btn-search:hover{
    color:white
} */