.search-container {
    position: relative;
}

.search-input {
    height: 50px;
    border-radius: 30px;
    padding-left: 35px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
    width: 15px;
}

#downloadBtn {
    border: none;
    border-radius: 20px;
    float:right;
    margin-top: 20px;
    padding: 10px;
    background-color: cadetblue;
    color: white;
}

#downloadBtn:hover {
    background-color: cornflowerblue;
}